Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page demonstrates Windows bias by listing Azure PowerShell as a primary method for viewing network quota usage, placing it before REST API and alongside Azure CLI. The explicit mention and linking of Azure PowerShell (a Windows-centric tool) without providing parity for Linux-native alternatives (such as Bash scripting or direct CLI examples) suggests a preference for Windows tools. There are no Linux-specific examples or references, and the ordering of tools implies Windows-first thinking.
Recommendations
- Provide explicit Linux/Bash examples for viewing and managing quotas using Azure CLI.
- Reorder the list of tools to mention Azure CLI before Azure PowerShell, reflecting cross-platform parity.
- Clarify that Azure CLI is cross-platform and provide sample commands for both Windows (PowerShell) and Linux (Bash).
- Add notes or examples for Linux users, especially for command-line operations.
- Avoid listing Windows-centric tools (like PowerShell) before cross-platform alternatives unless contextually justified.
Create Pull Request