Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for all major tasks, but consistently lists PowerShell examples immediately after CLI, and uses Windows-style environment variable syntax in PowerShell sections. There are no explicit Linux/macOS command-line examples (e.g., bash, zsh), and no mention of platform-specific differences or considerations. The CLI examples are cross-platform, but PowerShell is Windows-centric, and its inclusion without Linux/macOS shell equivalents may create friction for non-Windows users.
Recommendations
- Add explicit bash/zsh examples for environment variable configuration and commands, especially in sections where PowerShell syntax is shown.
- Clarify that Azure CLI commands work on Linux/macOS and Windows, and note any platform-specific prerequisites or differences.
- Where environment variables are set, show both export (bash/zsh) and set (PowerShell) syntax side-by-side.
- Consider listing CLI (cross-platform) examples before PowerShell (Windows-centric) examples, or grouping them in tabs labeled by OS.
- Explicitly mention that PowerShell Core is available on Linux/macOS, or provide links to installation instructions if recommending PowerShell usage on those platforms.
Create Pull Request