Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates bias toward Windows by exclusively providing Azure CLI examples in PowerShell syntax, without Bash or Linux shell equivalents. All command-line examples use PowerShell formatting (e.g., curly braces for parameters) and do not mention or show Linux/Bash usage. There is no explicit reference to Linux tools, nor are Linux-specific instructions or examples provided.
Recommendations
- Provide Azure CLI examples in both PowerShell (Windows) and Bash (Linux/macOS) syntax, clearly labeling each.
- Use generic parameter notation (e.g., <resourceGroup>) or provide both curly brace and angle bracket formats to avoid Windows-centric conventions.
- Explicitly mention that Azure CLI is cross-platform and can be used from Bash, PowerShell, or other shells.
- Include a note or section for Linux/macOS users, highlighting any differences in command usage or environment setup.
- Avoid using only PowerShell code blocks; use 'bash' and 'powershell' code blocks where appropriate.
Create Pull Request