Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides three pivots: Portal, PowerShell, and Azure CLI. The PowerShell pivot is detailed and uses Windows-centric tooling, with explicit instructions for Azure PowerShell and references to running PowerShell locally. The CLI pivot is present and covers Azure CLI commands, which are cross-platform, but the PowerShell instructions and references to Azure Cloud Shell are more prominent and detailed. There is a slight Windows-first bias in the ordering and depth of examples, and no explicit mention of Linux-specific considerations or shell environments (e.g., Bash, zsh).
Recommendations
- Add explicit instructions or notes for running Azure CLI commands in Linux/macOS environments, including shell syntax differences if any.
- Mention that Azure CLI is cross-platform and provide parity in example depth and troubleshooting steps for CLI users.
- Include references to Bash scripts or Linux-native tools where appropriate, especially for users not using Cloud Shell.
- Balance the detail level between PowerShell and CLI sections to ensure Linux users have equal guidance.
- Consider adding a troubleshooting section for common Linux-specific issues (e.g., permissions, path differences) when using Azure CLI.
Create Pull Request