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 resources using the Azure portal, which is a GUI-based approach commonly associated with Windows workflows. There are no command-line examples (such as Azure CLI or Bash) that would be more familiar to Linux users, nor is there mention of Powershell or Windows-specific tools, but the lack of Linux-friendly instructions constitutes a subtle Windows-first bias.
Recommendations:
- Add Azure CLI command-line examples for deleting the resource group (e.g., `az group delete --name <resource-group-name>`), which can be run on both Windows and Linux.
- Include Bash and/or PowerShell script examples for automation.
- Explicitly mention that the Azure portal is cross-platform, but provide parity by showing both GUI and CLI methods.
- Ensure that screenshots and instructions do not assume a Windows environment (e.g., avoid showing Windows-only UI elements or terminology).
Create pull request