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 provides both Azure PowerShell and Azure CLI examples for retrieving supported locations for a resource type. However, the PowerShell example is presented first, which may suggest a subtle preference for Windows tooling. There are no missing Linux examples, and both command-line interfaces are cross-platform, but the ordering could be perceived as Windows-first.
Recommendations:
- Alternate the order of PowerShell and Azure CLI examples throughout the documentation to avoid a consistent Windows-first impression.
- Explicitly mention that both Azure CLI and Azure PowerShell are cross-platform, and provide links to installation instructions for each on Windows, Linux, and macOS.
- Where possible, include Bash shell examples (for scripting) alongside PowerShell, especially for common tasks.
- Consider using tabbed sections labeled 'Azure CLI (cross-platform)' and 'PowerShell' to reinforce parity.
Create pull request