Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates Windows bias by listing Azure PowerShell as a supported client before Azure CLI, referencing PowerShell in example links, and omitting explicit Linux or cross-platform command examples. There is no mention of Linux-specific tools or usage patterns, and examples are either generic or Windows-centric.
Recommendations
- Include explicit Azure CLI examples alongside PowerShell, especially in example links and usage scenarios.
- Mention Linux and macOS as supported platforms for Azure CLI and SDKs.
- Provide sample commands for querying ARG from Linux environments (e.g., bash scripts, curl commands).
- Avoid listing Windows tools (PowerShell) before cross-platform tools (Azure CLI) unless contextually justified.
- Add a section or note highlighting cross-platform compatibility and usage.
Create Pull Request