Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for listing regions, but the PowerShell example is shown immediately after the CLI example, and no explicit Linux/macOS shell example (such as Bash) is provided. The use of Azure PowerShell may implicitly favor Windows users, as PowerShell is native to Windows, though it is available cross-platform. The CLI example is cross-platform, but the documentation could further clarify Linux/macOS usage.
Recommendations
- Explicitly state that Azure CLI works on Windows, Linux, and macOS.
- Add a Bash shell example for Linux/macOS users, e.g., showing how to parse the output.
- Clarify that Azure PowerShell is available cross-platform, but CLI is often preferred on Linux/macOS.
Create Pull Request