Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for each query, but PowerShell is given equal prominence to CLI, despite being a Windows-centric tool. There are no Linux-specific shell examples (e.g., Bash, zsh), nor is there any mention of Linux-native scripting or usage patterns. The tab order consistently lists Azure CLI first, which is cross-platform, but the inclusion of PowerShell as a primary method may signal a Windows bias, especially for users who expect Bash or other Linux shell examples. No Windows-only tools are mentioned, but the lack of Linux-specific guidance or examples is notable.
Recommendations
- Add explicit Bash/zsh shell examples for running Azure CLI commands, demonstrating Linux usage patterns (e.g., piping, jq for JSON parsing).
- Clarify that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows.
- Consider adding notes or sections for Linux users, such as installation instructions for Azure CLI on Linux, or troubleshooting tips specific to Linux environments.
- If PowerShell is included, clarify its availability on Linux and macOS, or provide parity examples using native Linux tools.
- Review tab ordering and prominence to ensure CLI (cross-platform) is emphasized over Windows-centric tools.
Create Pull Request