Detected Bias Types
Missing Linux Example
Windows First
Summary
The documentation page provides Azure CLI-based instructions and examples, which are cross-platform, but it lacks explicit Linux/macOS-specific guidance or examples. There is a subtle Windows-first bias: the Azure CLI installation link defaults to generic instructions, and no mention is made of shell differences (e.g., Bash vs PowerShell), environment variable syntax, or common Linux/macOS patterns. All command examples use ${VAR} syntax, which is Bash-compatible, but there is no explicit mention of Linux or macOS environments, nor any troubleshooting tips for those platforms.
Recommendations
- Add explicit instructions for installing Azure CLI on Linux and macOS, including package manager commands (apt, yum, brew).
- Clarify that all CLI examples use Bash syntax and provide PowerShell equivalents if relevant.
- Include notes about environment variable syntax differences between Bash (Linux/macOS) and PowerShell (Windows).
- Mention that the Azure CLI and Fleet extension work on Linux/macOS and provide troubleshooting tips for those platforms.
- Consider adding a section or callout for Linux/macOS users to ensure parity and confidence.