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
Summary:
The documentation is primarily focused on Azure CLI, which is cross-platform, but there is evidence of Windows bias in the use of PowerShell-style syntax for multi-line commands and the mention of Azure PowerShell as an alternative before any Linux-specific alternatives. The documentation uses backticks (`) for line continuation in command examples, which is a PowerShell/Windows convention and not compatible with Bash or other Unix shells. There are no Linux- or Bash-specific command examples or notes, and the only alternative tooling mentioned is Azure PowerShell, with no mention of Bash scripting or Linux-native tools.
Recommendations:
- Provide Bash-compatible command examples for multi-line commands, using backslash (\) for line continuation instead of PowerShell backticks.
- When mentioning alternative tooling, include Bash or Linux-native options (if available), not just Azure PowerShell.
- Add notes or callouts clarifying any platform-specific syntax differences, especially for users on Linux or macOS.
- Ensure that all command examples are tested and work in Bash as well as PowerShell, or provide separate examples for each shell where necessary.
- Consider including a section or appendix on cross-platform usage tips for Azure CLI, highlighting differences between Windows (PowerShell/CMD) and Linux/macOS (Bash/zsh).
Create pull request