Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by providing all CLI examples in PowerShell syntax, referencing PowerShell explicitly, and omitting Linux/macOS shell equivalents. The instructions assume use of PowerShell, even for commands that are cross-platform (e.g., az, kubectl), and do not offer bash/zsh examples or mention Linux-specific considerations.
Recommendations
- Add a Bash/zsh/Linux/macOS tab alongside the Azure PowerShell tab, showing equivalent commands in standard shell syntax.
- Clarify that az and kubectl commands are cross-platform and provide examples for both Windows (PowerShell) and Linux/macOS (bash).
- Avoid using PowerShell variable syntax ($var) in generic CLI examples; use environment variables or inline arguments for broader compatibility.
- Explicitly mention that the instructions apply to Linux/macOS as well, and note any OS-specific steps if relevant.
Create Pull Request