Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
Summary
The documentation consistently provides examples for the Azure portal, Azure PowerShell, and Azure CLI, but PowerShell is always presented before CLI, and there are no Linux-specific shell or tool examples (e.g., Bash scripts, Linux utilities, or references to Linux desktop workflows). The use of PowerShell as the primary scripting language in examples may be more familiar to Windows users, while Linux users may prefer Bash or other shells. However, the CLI examples are cross-platform, and no Windows-only tools are mentioned.
Recommendations
- Add explicit Bash shell examples for Linux users, including variable assignment and command usage in typical Linux shell style.
- Include notes or sections highlighting cross-platform compatibility of Azure CLI, and clarify that CLI commands work natively on Linux and macOS.
- Where PowerShell is used, mention that PowerShell Core is available on Linux and macOS, or provide Bash alternatives.
- Consider reordering examples so that Azure CLI (which is cross-platform) appears before PowerShell, or alternate the order to avoid implicit prioritization.
- Add troubleshooting notes or tips relevant to Linux environments (e.g., permissions, environment variables, package installation).
Create Pull Request