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
⚠️
windows_tools
Summary:
The documentation page demonstrates a Windows bias by exclusively referencing GUI-based navigation patterns (e.g., gear icon, Azure portal), which are more familiar to Windows users. There are no command-line examples (such as Azure CLI or PowerShell), and no Linux-specific guidance or parity is provided for checking quotas or resolving the issue.
Recommendations:
- Add Azure CLI examples for checking VM quotas, as the CLI is cross-platform and widely used on Linux.
- Include PowerShell examples if desired, but ensure CLI examples are presented first or alongside them.
- Explicitly mention that the Azure portal and GUI navigation are platform-agnostic, but provide command-line alternatives for users on Linux or those who prefer automation.
- Consider adding a section titled 'Using the Azure CLI' with step-by-step instructions for Linux/macOS/WSL users.
Create pull request