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 for verifying results, but the PowerShell section is presented immediately after the Azure CLI section and uses Windows PowerShell syntax. There are no explicit Linux-specific instructions or mentions of Linux tools, shells, or patterns. The use of PowerShell, which is primarily associated with Windows, and the absence of explicit Linux/Bash parity (such as mentioning Bash or zsh shells, or providing Linux-specific troubleshooting or environment notes), indicates a mild Windows bias.
Recommendations:
- Explicitly mention that the Azure CLI examples are cross-platform and can be run on Linux, macOS, and Windows.
- Add a note or section clarifying that all Terraform and Azure CLI steps are fully supported on Linux and macOS, and provide any Linux-specific prerequisites if needed.
- Consider including example shell commands using Bash syntax (e.g., export instead of $var=...) for Linux/macOS users.
- If troubleshooting or environment setup differs on Linux, add a dedicated section or callout for Linux users.
- Ensure that PowerShell is not presented as the default or primary method; if possible, present CLI/Bash examples first or in parallel.
Create pull request