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_first
⚠️
missing_linux_example
Summary:
The documentation exclusively describes resource deletion using the Azure portal UI, which is platform-agnostic but implicitly assumes a GUI workflow common to Windows environments. There are no command-line examples (such as Azure CLI, PowerShell, or Bash), and no mention of Linux or cross-platform automation tools. This can disadvantage Linux users or those preferring CLI-based workflows, as well as those automating tasks in non-Windows environments.
Recommendations:
- Add equivalent instructions for deleting resources using the Azure CLI, which is cross-platform and widely used on Linux and macOS as well as Windows.
- Include sample scripts or commands for resource deletion using Bash and/or PowerShell, highlighting both where appropriate.
- Explicitly mention that the Azure portal is accessible from any OS, but provide parity for users who prefer or require command-line or automated approaches.
- Where screenshots are used, consider including text-based alternatives or references to CLI documentation for accessibility and platform neutrality.
Create pull request