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 page demonstrates a subtle 'windows_first' bias by listing PowerShell before Azure CLI when mentioning tools for creating a resource group. No explicit Linux or Bash examples are provided, but both PowerShell and Azure CLI are mentioned. No exclusive use of Windows tools or missing Linux examples are present, but the ordering may suggest a preference for Windows-centric tooling.
Recommendations:
- When listing tools or methods, alternate the order (e.g., mention Azure CLI before PowerShell in some places) or list them alphabetically to avoid perceived preference.
- Where possible, provide explicit examples for both PowerShell and Azure CLI (or Bash) to ensure parity.
- Consider including a brief note that Azure CLI is cross-platform and works on Linux, macOS, and Windows.
- Audit other documentation pages for similar ordering or example disparities to ensure consistent cross-platform inclusivity.
Create pull request