Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by consistently mentioning PowerShell alongside or before Azure CLI, and by not providing any Linux- or macOS-specific examples or guidance. While Azure CLI is cross-platform, the repeated pairing with PowerShell and lack of explicit Linux instructions or terminal examples may make Linux users feel secondary. There are no references to Linux-native tools, shell commands, or screenshots, and the documentation does not clarify that all examples are cross-platform or provide parity for Linux environments.
Recommendations
- Ensure that Azure CLI is presented before or at least equally with PowerShell, as it is the primary cross-platform tool.
- Explicitly state that Azure CLI commands work on Linux, macOS, and Windows, and provide example commands in a generic shell (bash/zsh) context.
- Where PowerShell is mentioned, also provide equivalent bash or shell commands, or clarify when PowerShell is required versus optional.
- Include screenshots or terminal output from Linux environments where relevant.
- Add a section or note for Linux/macOS users, highlighting any differences or confirming parity.
- Avoid grouping PowerShell and Azure CLI together as if they are equivalent in cross-platform support; clarify their respective roles.
Create Pull Request