Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for most steps, but PowerShell is emphasized as an alternative throughout, and is presented in dedicated tabs. The CLI examples use environment variables in a way that is ambiguous for Linux/macOS users (e.g., $ACRNAME), and there are no explicit Linux/macOS shell examples or notes about shell differences. PowerShell is a Windows-centric tool, and its inclusion as a primary alternative may create friction for Linux/macOS users. There are no Linux-specific instructions or examples, and the documentation does not clarify how to set environment variables or run commands in Bash/zsh.
Recommendations
- Add explicit Bash/zsh examples for Linux/macOS users, especially for environment variable usage (e.g., export ACRNAME=myregistry123).
- Clarify how environment variables should be set and used in different shells (Windows CMD, PowerShell, Bash/zsh).
- Consider presenting Azure CLI (cross-platform) examples first, and PowerShell as a secondary option.
- Add notes or tabs for Linux/macOS users where command syntax or behavior differs.
- Avoid assuming PowerShell is available or preferred on Linux/macOS.
Create Pull Request