Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page provides both Azure CLI and Azure PowerShell sample script links, but lists Azure PowerShell immediately after Azure CLI, giving it equal prominence. There is no explicit mention or example of Linux-specific tools or shell environments beyond a brief note about setting an environment variable for bash. The documentation does not provide Linux shell script examples inline, and PowerShell (primarily a Windows tool) is featured as a primary alternative to Azure CLI.
Recommendations
- Add explicit Linux/bash script examples inline, not just via external links.
- Mention Linux shell environments (e.g., bash, zsh) and provide guidance for common Linux scenarios.
- If PowerShell is referenced, clarify cross-platform support or provide parity with Linux-native tools.
- List Linux/Unix examples before or alongside Windows/PowerShell examples to avoid implicit prioritization.
- Expand the note about 'export MSYS_NO_PATHCONV=1' to explain its relevance for Linux users, and provide troubleshooting tips for common Linux issues.
Create Pull Request