Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples, but the PowerShell example is given equal prominence as the CLI example, and is presented before any mention of Linux-specific tools or shell environments. There are no explicit Linux shell (bash) examples, nor is there any mention of Linux-specific considerations. The presence of a PowerShell tab (which is Windows-centric, though PowerShell Core is cross-platform) without a corresponding bash or Linux shell tab may suggest a subtle Windows bias.
Recommendations
- Add a dedicated Bash/Linux shell example tab, showing the Azure CLI command in a bash context (e.g., with environment variables, piping, jq usage, etc.).
- Explicitly mention that the Azure CLI example works on Linux, macOS, and Windows, and provide any Linux-specific notes if needed.
- If PowerShell is included, clarify whether the example is for Windows PowerShell or cross-platform PowerShell Core.
- Consider presenting the Azure CLI (which is cross-platform) example first, and PowerShell second, to avoid the impression of Windows-first bias.
- Where relevant, add troubleshooting or environment setup notes for Linux users.
Create Pull Request