Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
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 traditionally Windows-centric, though now available cross-platform) and the absence of explicit Linux shell examples (such as bash or zsh) or references to Linux-native tools may indicate a mild Windows bias. Additionally, the PowerShell example is given equal prominence to the CLI, and there is no mention of Linux-specific usage patterns or troubleshooting.
Recommendations
- Add explicit bash/zsh shell examples for running Azure CLI commands on Linux.
- Clarify that Azure CLI is fully supported on Linux and macOS, and provide installation links for those platforms.
- If PowerShell is mentioned, note its cross-platform availability and provide installation instructions for Linux/macOS.
- Consider including troubleshooting notes or environment setup tips for Linux users.
- Ensure that examples and instructions do not assume a Windows environment (e.g., avoid referencing Windows-only paths or conventions).
Create Pull Request