Detected Bias Types
Windows First
Powershell Heavy
Summary
The documentation provides Azure CLI examples for both Bash and PowerShell, but PowerShell syntax is consistently shown alongside Bash, sometimes immediately after Bash. Notes clarify that Azure CLI commands can run in PowerShell or Bash, but PowerShell examples are always present, and Bash is not always shown first. No Linux-specific tools or patterns are mentioned, and Visual Studio Code is the recommended editor, which is cross-platform. There are no Windows-only tools or instructions, but the frequent inclusion of PowerShell syntax and occasional 'Windows-first' ordering may create minor friction for Linux/macOS users.
Recommendations
- Show Bash examples first when presenting Azure CLI commands, as Bash is the default shell on Linux/macOS.
- Where possible, clarify that Visual Studio Code and Azure CLI are fully cross-platform.
- Consider grouping Bash and PowerShell examples under clearly labeled tabs or sections, rather than interleaving them.
- Explicitly mention Linux/macOS compatibility in prerequisites and instructions.
- Add a brief note that all steps are applicable on Linux/macOS unless otherwise stated.