Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for running Resource Graph queries, but PowerShell is given equal prominence to CLI, despite being a Windows-centric tool. There are no explicit Linux shell (bash) or scripting examples, nor is there mention of Linux-specific usage patterns. The tabs are ordered as Azure CLI, then PowerShell, but PowerShell is featured as a primary method, which may imply Windows bias. No Linux-specific tools or instructions are provided.
Recommendations
- Add explicit bash shell examples for running Azure CLI commands, demonstrating usage in Linux environments.
- Clarify that Azure CLI is cross-platform and can be used on Linux, macOS, and Windows, while PowerShell is primarily Windows-centric (though available on Linux, but less common).
- Include notes or links to installing and using Azure CLI on Linux systems.
- Consider providing examples of using the queries in automation scripts (e.g., bash scripts) for Linux users.
- If PowerShell is mentioned, also mention pwsh (PowerShell Core) and clarify its cross-platform availability, but note that CLI is the default for Linux.
Create Pull Request