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:
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation only provides instructions for cleaning up resources via the Azure portal (web UI), with no mention of command-line alternatives. There are no examples for using CLI tools such as Azure CLI or PowerShell, and no Linux-specific instructions or parity. This can disadvantage users who prefer or require command-line or Linux-native workflows.
Recommendations:
- Add equivalent instructions for deleting resource groups using the Azure CLI (az group delete), which works cross-platform (Windows, Linux, macOS).
- If including PowerShell examples, ensure Azure CLI examples are presented first or alongside them, as Azure CLI is more commonly used on Linux.
- Explicitly mention that the Azure portal instructions are platform-agnostic, but provide command-line alternatives for users who prefer scripting or automation.
- Include sample commands for both Windows (PowerShell) and Linux/macOS (Bash) environments to ensure parity.
Create pull request