Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation demonstrates a notable Windows bias. It instructs users to run Azure CLI commands specifically in PowerShell, links only to Windows installation instructions for Azure CLI, and provides screenshots and examples exclusively from Windows environments. There are no Linux/macOS equivalents or guidance, and the use of PowerShell is assumed throughout critical steps.
Recommendations
- Provide Azure CLI installation instructions for Linux and macOS alongside Windows.
- Clarify that Azure CLI commands can be run in any terminal (e.g., Bash, zsh, Terminal.app), not just PowerShell.
- Include screenshots or terminal examples from Linux/macOS environments.
- Avoid language that assumes Windows (e.g., 'Open PowerShell'), and instead use platform-neutral phrasing like 'Open your terminal'.
- Mention keyboard shortcuts for opening terminals in VS Code for macOS (e.g., Cmd+J) as well as Windows (Ctrl+J).
Create Pull Request