Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation references Azure PowerShell before Azure CLI when describing how to run queries, and the metadata includes a 'devx-track-azurepowershell' tag. This ordering and emphasis may subtly prioritize Windows-centric tools and workflows, even though Azure CLI is cross-platform. No explicit Linux/macOS examples or guidance are provided, but workarounds exist since Azure CLI and the portal are available on all platforms.
Recommendations
- List Azure CLI before Azure PowerShell when describing cross-platform workflows.
- Explicitly mention that Azure CLI and Resource Graph Explorer are available on Linux and macOS.
- Add example commands for both Azure CLI and PowerShell, or clarify that queries are platform-agnostic.
- Include a note on platform compatibility for all tools mentioned.
Create Pull Request