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
⚠️
missing_linux_example
Summary:
The documentation page is heavily biased towards Windows and PowerShell usage. All step-by-step examples and code blocks use Azure PowerShell exclusively, with no equivalent Azure CLI (cross-platform) or Bash examples provided inline. The instructions and workflow assume the use of PowerShell, which is traditionally associated with Windows, and there is no mention of Linux or macOS-specific guidance. While links to Azure CLI and REST API deployment methods are provided, they are secondary and not integrated into the main instructional flow.
Recommendations:
- Provide parallel Azure CLI (az) examples alongside PowerShell scripts for all deployment and deletion steps.
- Include explicit instructions or code blocks for Bash/shell environments to ensure Linux and macOS users are equally supported.
- Reorganize the documentation to present both PowerShell and CLI methods equally, or allow users to select their preferred environment at the top of the page.
- Clarify that Azure Cloud Shell supports both PowerShell and Bash, and show how to choose between them.
- Avoid language that assumes the user is on Windows or using PowerShell by default; instead, use neutral, cross-platform phrasing.
Create pull request