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, the inclusion of Azure PowerShell (which is historically Windows-centric and still most commonly used on Windows) and the absence of explicit Linux shell examples (e.g., Bash) or references to Linux-native tools indicate a mild Windows bias. Additionally, PowerShell examples are given equal prominence to CLI, and there is no mention of Linux-specific usage patterns or troubleshooting.
Recommendations
- Add explicit Bash or shell script examples for Linux users, especially for Azure CLI usage.
- Clarify that Azure CLI commands work identically on Linux, macOS, and Windows, and provide any OS-specific notes if relevant.
- Consider referencing Linux-native tools or patterns where appropriate (e.g., piping CLI output to jq for JSON parsing).
- If PowerShell is included, note that PowerShell Core is available cross-platform, but also provide equivalent Bash examples for parity.
Create Pull Request