Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
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 used and associated with Windows environments. There are no explicit Linux shell (bash, zsh) or scripting examples, nor are Linux-specific tools or patterns mentioned. The order of examples consistently presents Azure CLI first, followed by Azure PowerShell, which may suggest a slight Windows-first bias. No Linux-native command-line alternatives (e.g., bash scripts, jq, curl) are provided.
Recommendations
- Add explicit bash/zsh shell examples for Linux users, especially for scripting or automation scenarios.
- Clarify that Azure CLI is cross-platform and provide usage notes for Linux environments (e.g., installation, authentication differences).
- Include Linux-specific troubleshooting tips or notes where PowerShell commands may not be available.
- Consider adding examples using REST API calls with curl or HTTPie for users who prefer not to use Azure CLI or PowerShell.
- Balance the order of examples or explicitly state platform parity to avoid perceived prioritization of Windows tools.
Create Pull Request