Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, the inclusion of Azure PowerShell (which is traditionally Windows-centric, though now available on Linux/macOS) and the absence of Linux-specific shell examples (e.g., Bash with REST API or jq) or references to Linux-native tools suggests a mild Windows bias. Additionally, PowerShell is presented as a primary tab, reinforcing its prominence. There are no explicit Linux examples or instructions, and no mention of Linux-specific usage patterns.
Recommendations
- Add explicit Bash shell examples using az CLI and/or REST API calls, demonstrating usage in Linux environments.
- Clarify that Azure CLI is cross-platform and provide guidance for Linux/macOS users, such as installation steps or environment notes.
- Consider including examples using Linux-native tools (e.g., curl, jq) for querying the Azure Resource Graph API.
- Balance tab order or presentation so that PowerShell is not always shown before Linux-friendly options.
- Mention PowerShell Core's cross-platform support if PowerShell is included, to reduce perception of Windows-only bias.
Create Pull Request