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 describes resource cleanup using the Azure portal, which is platform-agnostic, but omits command-line examples. There are no CLI (Azure CLI, Bash, or PowerShell) instructions provided, which is a missed opportunity for Linux parity. Historically, Azure docs often provide PowerShell examples first or exclusively, but in this case, neither PowerShell nor Bash/Azure CLI examples are present. However, the lack of any CLI example can be seen as a subtle bias, as Windows users are more likely to use the portal, while Linux users often prefer CLI.
Recommendations:
- Add Azure CLI and/or Bash command examples for deleting the resource group, such as 'az group delete --name <resource-group-name>'.
- If providing PowerShell examples, ensure Bash/Azure CLI equivalents are given with equal prominence.
- Explicitly mention that the portal instructions apply equally to all platforms, but provide CLI alternatives for users who prefer automation or non-GUI workflows.
Create pull request