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:
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation exclusively describes quota management and support request processes via the Azure Portal's graphical interface, which is most commonly accessed from Windows environments. There are no command-line examples (such as Azure CLI, Bash, or PowerShell), nor are there references to Linux-native tools or workflows. This creates a subtle Windows-first bias and omits parity for users who prefer or require Linux or cross-platform command-line interfaces.
Recommendations:
- Add equivalent instructions for requesting quota increases using the Azure CLI (az) with example commands, which work on both Linux and Windows.
- Explicitly mention that the Azure Portal is web-based and accessible from any OS, to clarify cross-platform compatibility.
- Include links or references to documentation on using REST APIs or automation (e.g., ARM templates, Bicep, Terraform) for quota management, which are platform-agnostic.
- If PowerShell examples are ever added, ensure Azure CLI or Bash equivalents are provided alongside.
- Consider a section or callout for Linux/macOS users, highlighting any differences or confirming there are none.
Create pull request