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 also no mention of cross-platform CLI tools like Azure CLI or Bash scripting. This omission results in a lack of parity for Linux users who commonly use CLI-based workflows.
Recommendations:
- Add parallel instructions and examples for managing resource groups using the Azure CLI, which is cross-platform and widely used on Linux.
- Include command-line examples for creating, listing, and deleting resource groups, and show both Bash and PowerShell syntax where appropriate.
- Reference documentation for both Azure CLI and Azure PowerShell, making it clear that both are supported and providing links to relevant guides.
- Ensure that screenshots and walkthroughs are not exclusively portal-based, but also demonstrate equivalent command-line workflows.
Create pull request