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. While this avoids explicit Windows-only tools, the lack of CLI examples implicitly favors Windows users, as Linux users often expect or prefer CLI instructions.
Recommendations:
- Add Azure CLI examples for deleting resource groups, as the Azure CLI is cross-platform and widely used on Linux.
- If mentioning PowerShell, ensure Azure CLI instructions are presented first or alongside, to avoid Windows-first bias.
- Explicitly state that the Azure Portal method works on all platforms, but provide CLI alternatives for users who prefer command-line operations.
- Include sample commands for both Azure CLI and, optionally, PowerShell, to ensure parity for Linux and Windows users.
Create pull request