About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
Summary:
The documentation generally avoids overt Windows bias, providing platform-neutral descriptions. However, in the 'Capacity utilization monitoring' section, it states: 'You can check the used and available capacity of a volume by using Windows or Linux clients.' The order of mention ('Windows or Linux') subtly prioritizes Windows, which is a minor instance of 'windows_first' bias. No explicit PowerShell-heavy examples, exclusive Windows tools, or missing Linux examples are present.
Recommendations:
- When listing platforms, alternate or alphabetize (e.g., 'Linux or Windows clients') to avoid implicit prioritization.
- Where possible, provide example commands for both Windows (e.g., PowerShell) and Linux (e.g., Bash) to ensure parity.
- Explicitly mention cross-platform tools or interfaces (such as Azure CLI) and provide usage examples for both environments.
- Review other documentation pages linked from this one to ensure that any referenced guides do not exhibit stronger Windows bias.
Create pull request