Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a moderate Windows bias. PowerShell is presented as a primary scripting option, with explicit instructions to run scripts in PowerShell locally using Visual Studio Code—a Windows-centric workflow. While Azure CLI examples are provided (which are cross-platform), PowerShell instructions are consistently shown first and referenced as a main method. There are no explicit Linux/macOS shell script examples, nor are Linux-specific tools or workflows mentioned. The guidance to use Visual Studio Code for PowerShell locally further reinforces a Windows-first approach. No Linux/macOS-specific troubleshooting or environment notes are present.
Recommendations
- Alternate the order of PowerShell and Azure CLI examples, or present Azure CLI first to emphasize cross-platform compatibility.
- Explicitly mention that Azure CLI commands work on Linux/macOS and provide example shell environments (e.g., bash, zsh).
- Add notes or sections for Linux/macOS users, such as how to install Azure CLI and run scripts in their native terminals.
- Remove or generalize references to 'PowerShell locally in Visual Studio Code' to include Linux/macOS terminal usage.
- Include troubleshooting notes for common Linux/macOS issues (e.g., authentication, path differences).
Create Pull Request