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:
⚠️
windows_first
⚠️
powershell_heavy
Summary:
The documentation presents PowerShell examples before Azure CLI, which may suggest a Windows-first perspective. The PowerShell section is detailed and uses Windows-centric tooling, while the CLI section, though present, comes after. There are no explicit Linux-only tools or shell patterns, but the ordering and emphasis could be perceived as favoring Windows users.
Recommendations:
- Present Azure CLI examples before or alongside PowerShell examples, as Azure CLI is cross-platform and more familiar to Linux users.
- Explicitly mention that Azure CLI commands work natively on Linux, macOS, and Windows.
- Include bash-specific notes or examples (e.g., using export, or referencing Linux shell conventions) to reinforce Linux parity.
- If possible, add a short section or note about using these commands in Linux environments, including any prerequisites or differences.
Create pull request