Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation provides both Azure CLI and Azure PowerShell examples, but PowerShell is a Windows-centric tool and is presented as a primary tab. There is no explicit mention of Linux/macOS-specific instructions or shell environments, and PowerShell is listed before the portal options. No Linux shell (bash, zsh) or cross-platform scripting alternatives are discussed.
Recommendations
- Clarify that Azure CLI works natively on Linux/macOS and provide explicit bash/zsh example usage.
- Add notes or examples for running Azure CLI queries in Linux/macOS terminals, including any OS-specific considerations (e.g., quoting, line breaks).
- If PowerShell is shown, clarify its cross-platform availability, but avoid implying it is required for Linux/macOS users.
- Consider listing Azure CLI before PowerShell, as CLI is the most cross-platform tool.
- Add troubleshooting or environment setup notes for Linux/macOS users if needed.
Create Pull Request