Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
Summary
The documentation lists Azure PowerShell as the first tool for viewing quota usage, and refers to it by name before mentioning the Azure CLI and REST API. PowerShell is primarily a Windows-centric tool, and its prominent placement may suggest a Windows bias. There are no explicit Linux/macOS examples or screenshots, and the documentation does not clarify cross-platform usage for CLI or REST API. The portal instructions are platform-neutral, but the tools section leans toward Windows.
Recommendations
- List Azure CLI before Azure PowerShell, as CLI is cross-platform and widely used on Linux/macOS.
- Provide explicit examples for both Azure CLI and PowerShell, showing usage on Linux/macOS and Windows.
- Clarify that all tools (CLI, REST API, PowerShell) are available on multiple platforms, and link to installation guides for Linux/macOS.
- Add screenshots or notes indicating that the Azure portal is accessible from any OS.
- Avoid referring to PowerShell as the default or primary tool unless justified by usage statistics.
Create Pull Request