Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation lists Azure PowerShell as the first tool for viewing storage account quota usage, followed by Azure CLI and REST API. PowerShell is primarily a Windows-centric tool, and its placement before the cross-platform Azure CLI may suggest a Windows-first or PowerShell-heavy bias. No explicit Linux examples or Linux-specific instructions are provided.
Recommendations
- List Azure CLI before Azure PowerShell, as CLI is cross-platform and widely used on Linux and macOS.
- Provide explicit examples for both Azure CLI and PowerShell, ensuring parity and clarity for Linux users.
- Mention that Azure CLI works natively on Linux and macOS, and provide installation links for those platforms.
- Avoid implying PowerShell is the default or preferred method unless justified by usage data.
- Consider adding a short section or note for Linux/macOS users, highlighting any platform-specific considerations.
Create Pull Request