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 exclusively describes managing Azure resource groups using the Azure portal, with no mention of command-line tools or scripts. There are no examples or references to Windows-specific tools (such as PowerShell), but there is also a complete absence of CLI-based instructions (e.g., Azure CLI or Bash), which are commonly used on Linux and cross-platform environments. This omission results in a bias by not providing parity for users who prefer or require non-portal, scriptable, or Linux-friendly workflows.
Recommendations:
- Add parallel instructions for managing resource groups using the Azure CLI (az group ...) with example commands.
- Include both Windows (PowerShell) and Linux/macOS (Bash) command-line examples where appropriate.
- Reference cross-platform tools (such as Azure CLI) early and equally alongside portal-based instructions.
- Provide links to documentation for managing resource groups via command-line interfaces and automation scripts.
Create pull request