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, which is a graphical interface commonly associated with Windows workflows. There are no examples or instructions for performing the same task using cross-platform tools such as the Azure CLI or Bash scripts, which are preferred by many Linux users.
Recommendations:
- Add equivalent instructions for deleting the resource group using the Azure CLI, with example commands.
- Include both Windows (PowerShell) and Linux (Bash) command-line examples where applicable.
- Explicitly mention that the Azure portal is cross-platform, but also provide command-line alternatives for users who prefer non-GUI workflows.
Create pull request