Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page exhibits a Windows bias by mentioning PowerShell as a primary management tool alongside Azure CLI, and by referencing PowerShell cmdlets (e.g., Get-AzEffectiveRouteTable) for verification tasks. There are no explicit Linux shell or Bash examples, nor are Linux-specific tools or patterns discussed. The order of tools presented (Portal, PowerShell, CLI) also subtly prioritizes Windows-centric approaches.
Recommendations
- Include explicit Bash/Azure CLI examples for all management and verification tasks, especially where PowerShell cmdlets are referenced.
- When listing management tools, present Azure CLI and PowerShell together, or alternate their order to avoid implicit prioritization.
- Provide Linux shell command equivalents for tasks such as viewing effective routes and security rules (e.g., az network nic show-effective-route-table).
- Add notes or sections highlighting cross-platform parity, clarifying that all tasks can be performed from Linux, macOS, and Windows.
- Reference documentation for both PowerShell and Azure CLI/Bash when linking to further reading or examples.
Create Pull Request