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 both Azure CLI and Azure PowerShell examples, but the PowerShell example is given equal prominence to the CLI example, and there is no explicit mention of Linux-specific usage or shell environments. The use of PowerShell as a primary example can be seen as Windows-centric, especially since PowerShell is traditionally associated with Windows, even though it is now cross-platform. There are no Linux shell (bash) specific examples or notes about running the CLI on Linux.
Recommendations:
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide example usage in a bash shell.
- Add a Linux/macOS terminal example (e.g., bash prompt) to demonstrate parity and clarify cross-platform support.
- Clarify that PowerShell is available cross-platform, or provide guidance for Linux users who may not use PowerShell.
- Consider ordering the examples with Azure CLI (which is more cross-platform) before PowerShell, or provide a clear note about cross-platform compatibility.
Create pull request