Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation lists Azure PowerShell as a primary method for viewing quota usage, and it is mentioned before Linux-native tools (Azure CLI and REST API). While Azure CLI is cross-platform, the ordering and inclusion of PowerShell may subtly favor Windows users. No explicit Linux/macOS examples or screenshots are provided, but the main workflow is via the Azure portal, which is platform-agnostic.
Recommendations
- List Azure CLI before Azure PowerShell to prioritize cross-platform tooling.
- Provide explicit examples or screenshots for Linux/macOS users where relevant.
- Clarify that Azure CLI is available on all major platforms and link to installation instructions for Linux/macOS.
- If PowerShell is mentioned, note that PowerShell Core is available cross-platform.
Create Pull Request