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 describes how to delete a resource group using the Azure portal (a web UI), with no mention of command-line alternatives. There are no examples for deleting resource groups using CLI tools such as Azure CLI or PowerShell. While the portal is cross-platform, the lack of CLI examples may disadvantage Linux users, who often prefer or require command-line instructions. Historically, Azure documentation sometimes defaults to PowerShell or Windows-centric tools, and the omission of Azure CLI (which is cross-platform and popular on Linux) is a subtle form of Windows-first bias.
Recommendations:
- Add instructions and examples for deleting a resource group using the Azure CLI (az group delete ...), which works on all platforms.
- If PowerShell examples are included, ensure Azure CLI examples are presented first or equally, to avoid Windows-first ordering.
- Explicitly mention that the Azure portal is accessible from any OS, but provide parity with command-line instructions for Linux users.
- Consider including Bash script examples for automation scenarios.
Create pull request