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 provides both Azure CLI and Azure PowerShell examples, but the PowerShell example is given equal prominence to the cross-platform CLI, and there is no explicit mention of Linux-specific usage or shell environments. The PowerShell tab may imply a Windows-centric approach, especially since no Bash or Linux shell examples are provided or discussed.
Recommendations:
- Explicitly mention that the Azure CLI example works cross-platform, including on Linux and macOS.
- Add a Bash shell example or clarify that the Azure CLI command can be run in Bash, zsh, or other Linux shells.
- Consider reordering tabs to present the Azure CLI (cross-platform) example before PowerShell, or clarify that PowerShell Core is available on Linux.
- Add a note about any differences or prerequisites for running these commands on Linux versus Windows, if applicable.
Create pull request