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
⚠️
windows_tools
Summary:
The documentation provides examples for Azure CLI and Azure PowerShell, with the PowerShell section being Windows-centric. The prerequisites mention Azure CLI and Azure PowerShell, but there is no explicit mention of Linux or Bash-specific guidance, nor are there examples tailored for Linux environments. The PowerShell example assumes a Windows environment, and no alternative is provided for Linux users who may not have access to PowerShell or prefer Bash scripting.
Recommendations:
- Explicitly state that Azure CLI commands work cross-platform (Windows, Linux, macOS), and provide Bash-specific variable syntax if needed.
- Add a Bash shell example alongside the PowerShell example, or clarify that the Azure CLI example is intended for Bash/Unix shells.
- Mention installation and usage of Azure CLI and PowerShell on Linux, including links to relevant setup guides.
- Avoid assuming PowerShell is the default scripting environment; clarify when examples are Windows-specific.
- If PowerShell Core (cross-platform) is supported, note this and provide Linux/macOS usage notes.
Create pull request