Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal for each query. While Azure CLI is cross-platform, Azure PowerShell is primarily associated with Windows environments, and its inclusion alongside CLI in every example may signal a Windows bias. There are no explicit Linux shell (bash/zsh) examples, nor are Linux-specific usage notes provided. The ordering of examples (CLI first, then PowerShell) is neutral, but the lack of Linux-native command examples (e.g., bash scripts, curl, jq) and the exclusive mention of PowerShell as the alternative shell interface reflects a subtle Windows bias.
Recommendations
- Add explicit Linux shell examples (e.g., bash scripts using az CLI, piping to jq for output processing).
- Clarify that Azure CLI is cross-platform and provide usage notes for Linux/macOS environments.
- Consider including examples for other popular Linux tools or scripting environments where relevant.
- If PowerShell is mentioned, note that PowerShell Core is available on Linux, or provide equivalent bash commands.
- Review documentation for assumptions about user environment and make sure Linux/macOS users are equally supported.
Create Pull Request