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 only PowerShell examples for command-line operations, referencing Azure PowerShell cmdlets exclusively, and omitting equivalent instructions for Linux users (such as Azure CLI or Bash). The use of PowerShell as the primary automation tool and the absence of cross-platform command-line examples make it less accessible for developers working on Linux or macOS.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all command-line operations, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that PowerShell examples are also available on Linux and macOS (if true), or clarify platform requirements.
- Provide Bash script examples where appropriate, especially for automation scenarios.
- Ensure that documentation sections do not assume Windows as the default environment by presenting cross-platform tools (e.g., Azure CLI) first or in parallel with PowerShell.
- Include a note or table summarizing the available tools (PowerShell, Azure CLI, ARM templates) and their platform compatibility.
Create pull request