Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation provides command-line examples only for Azure CLI and Azure PowerShell, with PowerShell being a Windows-centric tool. There are no explicit Linux shell (bash, zsh) or scripting examples, nor is there mention of Linux-specific patterns or tools. The PowerShell tab is always present and listed before the portal tab, which may reinforce a Windows-first perspective. No Linux-specific guidance or troubleshooting is included.
Recommendations
- Add bash/zsh shell examples for each scenario, using Azure CLI commands as they would be run on Linux.
- Explicitly state that Azure CLI commands work cross-platform and provide any necessary Linux-specific notes (e.g., quoting, environment variables).
- Include troubleshooting or usage notes for Linux environments, such as package installation or authentication differences.
- Consider reordering tabs so that Azure CLI (cross-platform) is listed before PowerShell, or clarify the cross-platform nature of CLI.
- If PowerShell is included, mention PowerShell Core and its availability on Linux, or provide bash equivalents.
Create Pull Request