About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
windows_first
Summary:
The documentation provides both Azure CLI and Azure PowerShell examples for each query, but PowerShell is given equal prominence to CLI, despite PowerShell being primarily a Windows-centric tool (even though cross-platform support exists). There are no Linux- or bash-specific examples or notes, and PowerShell is presented as a first-class option alongside CLI, which may not reflect the typical Linux user experience. No explicit Windows-only tools are used, but the lack of Linux shell or scripting context may disadvantage Linux users.
Recommendations:
- Add bash shell examples using Azure CLI to demonstrate usage in typical Linux environments (e.g., piping, jq for output parsing).
- Clarify that Azure CLI commands work cross-platform and highlight any OS-specific considerations.
- If PowerShell is included, note its cross-platform availability but clarify that many Linux users may prefer bash.
- Consider providing example output or troubleshooting notes for both Windows and Linux shells.
Create pull request