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_tools
⚠️
missing_linux_example
Summary:
The documentation describes deleting a resource group using a right-click context menu, which is a GUI pattern most commonly associated with Windows environments. There is no mention of equivalent command-line methods (such as Azure CLI or PowerShell), nor are Linux or cross-platform approaches provided.
Recommendations:
- Include instructions for deleting a resource group using the Azure CLI (az group delete), which works across Windows, Linux, and macOS.
- If referencing GUI actions, clarify that the instructions apply to the Azure Portal (web-based) rather than a Windows-specific application.
- Provide PowerShell and Bash examples for users who prefer command-line interfaces.
- Ensure that all examples and instructions are platform-neutral or provide parity between Windows and Linux where possible.
Create pull request