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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation page demonstrates a Windows bias by providing command-line examples exclusively in Azure PowerShell, referencing PowerShell installation instructions, and omitting equivalent Azure CLI (cross-platform) or Bash examples. The 'devx-track-azurepowershell' tag and repeated references to PowerShell samples reinforce this bias. No Linux- or macOS-specific instructions or examples are present, and the PowerShell approach is presented before or instead of any cross-platform alternatives.
Recommendations:
- Add Azure CLI examples alongside all Azure PowerShell examples, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include Bash shell scripts or command snippets where appropriate, especially for ARM template deployments.
- Reference Azure CLI installation and usage guides in addition to PowerShell guides.
- Where possible, use neutral language (e.g., 'command-line' or 'terminal') instead of 'PowerShell' when introducing sections, unless the content is truly PowerShell-specific.
- Consider adding a table or section comparing PowerShell and Azure CLI commands for common tasks.
- Ensure screenshots and UI walkthroughs do not assume a Windows environment unless unavoidable.
Create pull request