Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides examples for Azure CLI, Azure PowerShell, and the Azure Portal. While Azure CLI is cross-platform, Azure PowerShell is primarily associated with Windows environments, and its inclusion as a primary example may signal a Windows bias. There are no explicit Linux shell (bash) or scripting examples, nor is there mention of Linux-specific tools or usage patterns. The ordering of examples (CLI, PowerShell, Portal) places PowerShell before any Linux-specific alternatives, and no Linux-native commands or instructions are provided.
Recommendations
- Add explicit bash shell examples for running Azure CLI commands on Linux.
- Include notes or sections highlighting Linux usage, such as scripting with bash or zsh.
- Clarify that Azure CLI is fully supported on Linux and provide installation/usage links.
- Consider reordering examples to present cross-platform (CLI/bash) options before PowerShell.
- If PowerShell is mentioned, note that it is available on Linux but provide parity with bash examples.
Create Pull Request