Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
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 tab suggests a Windows bias. The documentation references Azure PowerShell and its parameters before mentioning any Linux-specific alternatives or shell patterns. There are no explicit Linux shell (bash) examples, nor is there mention of Linux-specific tools or usage patterns. The documentation does not clarify that Azure CLI commands work natively on Linux, nor does it provide Linux-specific context or troubleshooting.
Recommendations
- Explicitly state that Azure CLI commands work on Linux, macOS, and Windows.
- Provide bash-specific examples or notes for Linux users, such as environment variable usage, quoting, or piping.
- Clarify that Azure PowerShell is available cross-platform, but highlight CLI as the recommended tool for Linux users.
- Add troubleshooting or usage notes for common Linux shell environments (e.g., bash, zsh).
- Consider reordering tabs to present Azure CLI before PowerShell, emphasizing cross-platform parity.
Create Pull Request