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 instructs users to delete resources via the Azure portal, which is a graphical tool commonly associated with Windows environments. There are no command-line examples provided for Linux users (such as using Azure CLI or Bash scripts), nor is there mention of alternative methods suitable for non-Windows platforms.
Recommendations:
- Add command-line instructions using Azure CLI (az group delete ...) that work cross-platform (Windows, Linux, macOS).
- Explicitly mention that the Azure portal is web-based and accessible from any OS, to avoid the impression of Windows exclusivity.
- Provide both GUI and CLI examples side by side to ensure parity for users on all platforms.
Create pull request