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 describes using a right-click context menu to delete a resource group, which is a pattern typical of Windows GUI applications. There is no mention of equivalent actions for Linux users, such as command-line instructions or alternative interfaces.
Recommendations:
- Include instructions for deleting a resource group using the command line (e.g., Azure CLI or Bash), which is platform-agnostic and accessible to Linux users.
- If a GUI is required, clarify whether the instructions apply to cross-platform tools (such as VS Code) or are specific to Windows-only tools.
- Provide Linux-specific or neutral examples alongside Windows GUI instructions to ensure parity.
Create pull request