Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by providing detailed PowerShell examples and referencing PowerShell before Azure CLI in both the tab order and explanatory text. There are no explicit Linux or Bash-specific examples, nor any mention of Linux-specific considerations or tools. The Azure CLI example is present, but the overall structure and example order favor Windows/PowerShell usage patterns.
Recommendations
- Add explicit Bash/Linux shell examples for Azure CLI usage, including command syntax and environment notes.
- Reorder tabs or examples so that Azure CLI (cross-platform) appears before PowerShell (Windows-centric).
- Include notes or sections clarifying that Azure CLI works natively on Linux/macOS, and provide troubleshooting tips for those platforms.
- Where PowerShell is referenced, also mention PowerShell Core (cross-platform) and clarify usage on non-Windows systems.
- Avoid language that implies PowerShell is the default or preferred method; present Azure CLI and PowerShell as equal alternatives.
Create Pull Request