Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation page demonstrates a moderate Windows bias. PowerShell is featured as a primary automation method, and references to installing and using PowerShell locally are given more detail than for other platforms. The prerequisites section discusses PowerShell before CLI, and the PowerShell instructions use Windows-centric patterns and terminology. There is no explicit mention of Linux or macOS platforms in the PowerShell section, and the CLI instructions, while cross-platform, do not receive equal emphasis or troubleshooting guidance. The documentation does not provide Linux-specific examples or clarify platform differences for PowerShell usage.
Recommendations
- Add explicit Linux/macOS instructions for installing and using Azure PowerShell, including platform-specific troubleshooting.
- Clarify that Azure CLI is cross-platform and provide parity in guidance and troubleshooting for CLI usage on Linux/macOS.
- Include a note about running PowerShell Core on Linux/macOS, with links to installation guides.
- Ensure that CLI examples are presented with equal prominence and detail as PowerShell examples.
- Avoid assuming PowerShell is the default automation tool; present CLI and PowerShell as equal options.
- Add a section or callout for platform-specific considerations, especially for users on Linux or macOS.
Create Pull Request