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:
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation exclusively describes how to delete resources using the Azure Portal, a graphical interface commonly associated with Windows environments. There are no examples or instructions for performing the same task using command-line tools (such as Azure CLI or Azure PowerShell), which are frequently used in Linux or cross-platform environments.
Recommendations:
- Add instructions for deleting the resource group using Azure CLI (az group delete), which is cross-platform and widely used in Linux environments.
- If relevant, include Azure PowerShell examples, but ensure they are presented alongside CLI examples and not as the sole command-line option.
- Clearly indicate that the Azure Portal is accessible from any OS, but supplement with command-line instructions for users who prefer or require non-GUI workflows.
Create pull request