Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates a Windows bias by presenting PowerShell instructions and tooling before Azure CLI (which is more cross-platform), referencing Windows-specific tools (PowerShell, Get-Module), and providing more detailed setup guidance for PowerShell than for Azure CLI. The PowerShell section is positioned before the Azure CLI section, and Windows-centric terminology and instructions (such as module installation and usage of PowerShell locally) are more prominent. There is no explicit mention of Linux-specific patterns or shell environments beyond the Azure Cloud Shell, and no examples using bash scripting or Linux-native tools.
Recommendations
- Present Azure CLI instructions before PowerShell to prioritize cross-platform usage.
- Include Linux-specific setup notes (e.g., bash, zsh, package managers) for Azure CLI.
- Add bash scripting examples for querying and formatting resource usage.
- Explicitly mention that Azure CLI works natively on Linux and macOS, and provide installation instructions for those platforms.
- Balance the detail level between PowerShell and Azure CLI sections, ensuring both have equivalent setup and usage guidance.
- Avoid Windows-centric terminology (e.g., 'run PowerShell from your computer') and use more neutral language (e.g., 'run PowerShell locally on Windows, Linux, or macOS').
Create Pull Request