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
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by providing only Azure PowerShell CLI examples for command-line operations, with no mention or examples of cross-platform tools such as Azure CLI (az), Bash, or scripting on Linux/macOS. The PowerShell approach is presented as the default and only command-line method, and installation instructions reference Windows-centric tools. There are no Linux or macOS-specific instructions or parity examples, and no mention of Bash, shell, or cross-platform scripting alternatives.
Recommendations:
- Add equivalent Azure CLI (az) command examples for all PowerShell snippets, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Include Bash/shell script examples where appropriate, especially for ARM template deployments.
- Explicitly mention that Azure CLI and PowerShell are both supported, and clarify when a step is platform-agnostic.
- Provide installation instructions or links for Azure CLI on Linux and macOS, not just PowerShell.
- Reorder sections or provide parallel examples so that Linux/macOS users do not feel secondary to Windows users.
- Where screenshots or UI steps are shown, note any platform differences or limitations.
Create pull request