Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
windows_tools
Summary
The documentation page demonstrates a Windows bias by presenting PowerShell instructions before Azure CLI, referencing the Az PowerShell module, and providing detailed PowerShell examples. The PowerShell section is given prominence and detail, while Linux-native tools or shell examples are not mentioned. Although Azure CLI is cross-platform, there is no explicit mention of Linux environments, nor are there bash or shell-specific notes or examples. The portal instructions are platform-neutral, but the command-line guidance leans toward Windows/PowerShell.
Recommendations
- Add explicit Linux/bash shell examples alongside Azure CLI commands, including notes about running CLI commands in Linux environments.
- Present Azure CLI instructions before PowerShell, or clarify that CLI is cross-platform and suitable for Linux/macOS users.
- Include references to running Azure CLI in native Linux terminals, and mention installation steps for Linux users if relevant.
- Avoid exclusive mention of Windows tools (e.g., Az PowerShell module) without Linux equivalents or alternatives.
- Consider adding a 'Linux' or 'macOS' tab for command-line instructions to ensure parity and clarity for non-Windows users.
Create Pull Request