Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for all operations, but PowerShell is a Windows-centric tool and is presented as an equal alternative throughout. There is no mention of Linux-specific shell patterns (e.g., bash, zsh), nor are Linux-specific considerations (such as file permissions, environment differences, or package managers) discussed. The PowerShell installation and usage instructions may imply a Windows-first approach, and the lack of explicit Linux shell examples or troubleshooting tips for Linux users further reinforces this bias.
Recommendations
- Add explicit bash/zsh examples for Linux users, especially for variable assignment and command usage.
- Clarify that Azure CLI works cross-platform and provide Linux/macOS installation instructions and troubleshooting tips.
- Note that PowerShell Core is available on Linux/macOS, but most Linux users will prefer bash/zsh.
- Include Linux-specific guidance for saving files, running commands, and handling permissions.
- Order examples so that CLI/bash comes before PowerShell, or clearly indicate platform applicability for each example.
- Add a section or callout for Linux/macOS users to address any platform-specific differences.
Create Pull Request