Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by consistently presenting PowerShell examples alongside Azure CLI and Portal, with PowerShell-specific instructions and notes. The prerequisites and query sections mention Azure PowerShell before Azure CLI, and there are no explicit Linux shell (bash) examples or references to Linux-specific usage patterns. The documentation assumes familiarity with PowerShell and Windows-centric tools, while omitting equivalent Linux command-line workflows or troubleshooting notes.
Recommendations
- Add explicit bash shell examples for Azure CLI commands, showing usage in Linux/macOS environments.
- Include troubleshooting notes for Linux users, such as authentication methods and environment setup for Azure CLI.
- Balance the order of examples: alternate between Azure CLI and PowerShell, or present CLI first to avoid implicit Windows-first bias.
- Mention cross-platform compatibility of Azure CLI and PowerShell, and clarify any differences in behavior or setup between Windows and Linux.
- Provide links to Linux-specific documentation for Azure CLI and PowerShell installation and usage.
Create Pull Request