Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for listing regions, but the PowerShell example is given immediately after the CLI example without clarifying platform applicability. There is no explicit mention of Linux/macOS usage, nor are Linux-specific shell examples (e.g., Bash) provided. The presence of PowerShell (commonly associated with Windows) may create friction for Linux users unfamiliar with it.
Recommendations
- Clarify that Azure CLI works cross-platform (Windows, Linux, macOS) and is recommended for Linux/macOS users.
- Add a Bash shell example using Azure CLI to reinforce Linux parity.
- Explicitly state platform compatibility for each command.
- Consider listing Azure CLI examples first, as it is cross-platform.
Create Pull Request