About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
powershell_heavy
Summary:
The documentation demonstrates a Windows bias by referencing Notepad and Windows file paths (e.g., C:\ADFv2QuickStartPSH), omitting Linux/macOS equivalents for file creation and editing. All command-line cleanup instructions use Azure PowerShell, with no mention of Azure CLI or Bash alternatives. There are no Linux/macOS-specific instructions or screenshots, and Windows-centric patterns are presented as the default.
Recommendations:
- Provide parallel instructions for Linux/macOS users, such as using nano, vim, or other common editors, and using POSIX file paths (e.g., /home/user/ADFv2QuickStart).
- Include Azure CLI commands (az group delete, az datafactory delete) alongside PowerShell for resource cleanup, and clarify which shell each command is for.
- Avoid referencing Windows-specific tools (like Notepad) exclusively; suggest cross-platform editors or provide alternatives.
- Add notes or callouts for platform-specific differences, and ensure screenshots or instructions are not Windows-only.
- Consider a section or tabbed examples for Windows, Linux, and macOS users to improve accessibility and parity.
Create pull request