Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation mentions running queries through Azure PowerShell before Azure CLI, which may suggest a Windows-first approach. There is no explicit mention of Linux-specific tools or examples, nor any guidance for Linux users (e.g., bash shell usage, Linux-specific CLI instructions). The focus on PowerShell and lack of Linux parity in examples and instructions indicates a mild Windows bias.
Recommendations
- Explicitly mention that Azure CLI is cross-platform and provide sample commands for both Windows (PowerShell) and Linux (bash).
- Include examples or instructions for running queries in a Linux environment, such as using bash or zsh.
- Clarify that Resource Graph Explorer is accessible via the Azure portal from any OS.
- Avoid listing PowerShell before CLI unless there is a technical reason; consider alternating or grouping by platform.
- Add a section or note for Linux users to ensure parity in guidance and examples.
Create Pull Request