Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
windows_tools
Summary
The documentation page displays Windows bias by listing Azure PowerShell as a primary method for viewing network quota usage, alongside Azure CLI and REST API. PowerShell is a Windows-centric tool, and its mention before Linux-native alternatives (such as Bash scripting or direct CLI usage) suggests a Windows-first approach. There are no Linux-specific examples or references to Linux tools, and the documentation does not provide parity for Linux users in terms of command-line instructions or workflows.
Recommendations
- Provide explicit Linux/Bash examples for viewing and managing quotas using Azure CLI.
- Reorder the list of tools to mention cross-platform options (Azure CLI, REST API) before Windows-specific ones (PowerShell).
- Clarify that Azure CLI is available on Linux, macOS, and Windows, and provide sample commands for each platform where relevant.
- Add guidance or links for Linux users on installing and using Azure CLI.
- Avoid assuming PowerShell is the default or primary tool for all users; offer platform-neutral instructions where possible.
Create Pull Request