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, and by mentioning Azure PowerShell before Linux-friendly alternatives (Azure CLI and REST API). The page does not provide Linux-specific examples or guidance, and the ordering of tools subtly prioritizes Windows-centric workflows.
Recommendations
- Provide explicit Linux examples and workflows, such as showing Azure CLI commands with sample output.
- List cross-platform tools (Azure CLI, REST API) before Windows-specific tools (Azure PowerShell) to avoid implicit prioritization.
- Clarify that Azure CLI is available on Windows, macOS, and Linux, and provide installation or usage links for Linux users.
- Add screenshots or instructions demonstrating quota requests from Linux environments, if applicable.
- Ensure parity in troubleshooting and support instructions for both Windows and Linux users.
Create Pull Request