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 lists both Azure PowerShell and Azure CLI as options for obtaining volume information, but PowerShell is mentioned first in both the prerequisites and the example commands. No exclusive Windows tools or patterns are present, and all other instructions use cross-platform tools (kubectl, bash, yaml). There are no missing Linux examples, but the ordering gives slight preference to Windows/PowerShell.
Recommendations:
- List Azure CLI before Azure PowerShell in prerequisites and example commands, as Azure CLI is cross-platform and more commonly used on Linux.
- Explicitly note that both Azure CLI and PowerShell are supported on Windows, Linux, and macOS to avoid implying PowerShell is Windows-only.
- Where possible, provide examples for both tools side-by-side or clarify that either can be used, with CLI first.
- Consider including a short note about installing and using Azure CLI on Linux, if relevant.
Create pull request