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 discussing command-line options for viewing storage account quota usage. No Linux-specific examples or tools are provided, and PowerShell is mentioned first, which may suggest a preference for Windows environments.
Recommendations
- List Azure CLI before Azure PowerShell when presenting cross-platform command-line options, as CLI is natively supported on Linux and macOS.
- Provide explicit examples for both Azure CLI and PowerShell, clarifying which platforms each tool supports.
- Include guidance or links for using these tools on Linux/macOS, such as installation instructions or usage notes.
- Consider mentioning cross-platform scripting patterns or automation approaches, not just Windows-centric ones.
Create Pull Request