Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation page provides PowerShell examples and instructions for installing the Az PowerShell module, which are specific to Windows environments. PowerShell is presented as the only command-line scripting example, with no equivalent Bash, shell, or Linux CLI examples. The installation and usage instructions for PowerShell appear before other language SDKs, and there is no mention of cross-platform command-line tools like Azure CLI or Bash scripts. This creates a bias toward Windows users and environments.
Recommendations
- Add Azure CLI examples alongside PowerShell, demonstrating equivalent operations for Linux/macOS users.
- Include Bash or shell script examples where appropriate, especially for command-line tasks.
- Clarify that PowerShell Core is cross-platform, but also provide explicit Linux/macOS instructions for installing and using Azure SDKs.
- Reorder sections so that cross-platform tools (like Azure CLI) are presented before or alongside PowerShell.
- Explicitly mention Linux/macOS prerequisites and environment setup steps, including package managers (apt, yum, brew) for SDK installation.
Create Pull Request