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 mentions PowerShell cmdlets before Azure CLI and REST API when describing programmatic scaling, which may suggest a Windows-first bias. However, no explicit PowerShell-only examples or exclusive references to Windows tools are present, and Azure CLI (cross-platform) is mentioned. There are no command-line examples at all, so Linux parity is not directly compromised, but the ordering could imply preference.
Recommendations:
- When listing programmatic options, mention Azure CLI before or alongside PowerShell to reflect cross-platform parity (e.g., 'using Azure CLI, PowerShell cmdlets, or REST API').
- Provide explicit examples for both Azure CLI and PowerShell where possible, ensuring Linux users have clear guidance.
- Avoid language that prioritizes Windows tools unless there is a technical reason to do so.
Create pull request