Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page mentions Azure PowerShell before Azure CLI when describing how to run queries, which may suggest a Windows-first bias. There is no mention of Linux-specific tools, shell environments, or examples (such as Bash), nor are there instructions tailored for Linux users. The page does not provide parity in examples or guidance for Linux users, focusing instead on Windows-centric tools and patterns.
Recommendations
- List Azure CLI before Azure PowerShell when describing cross-platform usage, as CLI is natively supported on both Windows and Linux.
- Include explicit examples for running queries in Bash or other Linux shells, demonstrating cross-platform compatibility.
- Mention that Azure CLI and Resource Graph Explorer are available on Linux and macOS, not just Windows.
- Add a section or note highlighting Linux usage patterns and any relevant differences or considerations for Linux users.
Create Pull Request