Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
windows_first
Summary
The documentation page demonstrates a Windows bias by providing only Azure PowerShell examples (which are most commonly used on Windows), referencing PowerShell-specific installation and usage, and omitting any CLI or Bash/Linux-native instructions. There are no Linux or cross-platform command-line examples, and the only automation path described is via PowerShell, which is traditionally a Windows tool.
Recommendations
- Add equivalent Azure CLI (az) command examples, which are cross-platform and commonly used on Linux and macOS.
- Include Bash shell instructions for Linux users, especially for connecting and managing Azure resources.
- Explicitly mention that PowerShell Core is available cross-platform, if relevant, and provide installation links for Linux/macOS.
- Reorder or parallelize the documentation sections so that both PowerShell and CLI/Linux instructions are presented together or in a non-Windows-first order.
- Reference Linux tools and environments where appropriate, and clarify any differences in the process for Linux users.
Create Pull Request