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 provides instructions for cleaning up resources using the Azure portal, which is a graphical interface accessible from any OS, but does not offer command-line examples. There are no examples for Linux users (e.g., Azure CLI commands), and the absence of such examples can be seen as a bias towards Windows users, who are more likely to use the portal or PowerShell. The documentation also does not mention or demonstrate Linux-friendly tools or workflows.
Recommendations:
- Add Azure CLI command-line examples for deleting the resource group, which work cross-platform (Windows, Linux, macOS).
- Explicitly mention that the Azure portal is OS-agnostic, but provide parity by including both GUI and CLI instructions.
- If PowerShell or Windows-specific tools are mentioned elsewhere, ensure equivalent Bash/Linux instructions are present and given equal prominence.
Create pull request