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:
Summary:
The documentation page generally avoids platform-specific bias, but in the section discussing the 'mode' property, it mentions Azure PowerShell before Azure CLI and describes default behaviors for both. This ordering and mention of PowerShell first is a subtle form of 'windows_first' bias. There are no explicit PowerShell-heavy examples, exclusive use of Windows tools, or missing Linux examples, but the ordering could suggest a preference for Windows-centric tooling.
Recommendations:
- When mentioning both Azure PowerShell and Azure CLI, alternate the order in which they are presented or mention them together (e.g., 'Azure CLI or Azure PowerShell') to avoid implying a preference.
- Wherever possible, provide command-line examples for both Azure CLI and Azure PowerShell, or clarify that both tools are cross-platform.
- Explicitly state that both Azure CLI and Azure PowerShell are available on Windows, Linux, and macOS to reinforce cross-platform parity.
- Review other related documentation to ensure that Linux users are equally represented in examples and tool references.
Create pull request