Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation demonstrates a Windows bias by consistently referencing PowerShell and Visual Studio Code for local execution, and by suggesting PowerShell as the first example in code tabs. There is no mention of Linux-specific shell environments (e.g., bash, zsh) or alternative editors (e.g., Vim, nano), nor are there instructions or troubleshooting tips for Linux users. The Azure CLI examples are cross-platform, but the narrative and instructions are oriented toward Windows tools and workflows.
Recommendations
- Explicitly mention that Azure CLI commands work on Linux, macOS, and Windows, and provide guidance for running them in native Linux/macOS terminals.
- Include examples or notes for Linux/macOS users, such as running Azure CLI in bash/zsh, and using editors like Vim or nano instead of Visual Studio Code.
- Avoid suggesting PowerShell as the default local scripting environment; present Azure CLI first, as it is cross-platform.
- Add troubleshooting steps or environment setup instructions for Linux/macOS users (e.g., installing Azure CLI on Ubuntu, using curl for REST calls).
- Where screenshots or UI instructions are given, clarify any OS-specific differences, or provide alternative instructions for Linux/macOS users.
Create Pull Request