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
⚠️
missing_linux_example
Summary:
The documentation demonstrates a mild Windows bias. In sections where command-line examples are provided, Azure PowerShell (a Windows-centric tool) is consistently presented before Azure CLI, and PowerShell-specific cmdlets are referenced for status checks even in the CLI section. There are no explicit Linux shell or Bash examples, and no mention of Linux-specific tools or workflows. The documentation assumes familiarity with PowerShell, which may disadvantage Linux users.
Recommendations:
- Present Azure CLI examples before or alongside PowerShell examples, as Azure CLI is cross-platform and more familiar to Linux users.
- When referencing status checks or outputs, provide both Azure CLI and PowerShell equivalents, rather than only PowerShell cmdlets (e.g., use 'az feature show' for CLI status instead of 'Get-AzProviderFeature').
- Explicitly mention that Azure CLI commands work natively on Linux, macOS, and Windows, and provide Bash shell snippets where appropriate.
- Consider including a short section or note for Linux users, clarifying that all portal and CLI steps are fully supported on Linux systems.
- Avoid assuming PowerShell as the default scripting environment; where scripting is discussed, offer Bash or shell script alternatives.
Create pull request