Bias Analysis
Detected Bias Types
windows_tools
windows_first
Summary
The documentation page demonstrates a mild Windows bias by listing Azure PowerShell (a Windows-centric tool) before Azure CLI and REST API when mentioning command-line options for viewing quota usage. No Linux-specific examples or tools are provided, and PowerShell is referenced first, which may suggest a preference for Windows environments.
Recommendations
- Provide explicit Linux usage examples, such as Azure CLI commands run in Bash.
- List Azure CLI before PowerShell when presenting cross-platform options, as CLI is natively supported on Linux and macOS.
- Clarify that both Azure CLI and PowerShell are cross-platform, and provide installation or usage notes for Linux users.
- Include screenshots or instructions demonstrating quota management from Linux or macOS terminals.
- Avoid implying PowerShell is the default or preferred tool unless justified by functionality.
Create Pull Request