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
⚠️
windows_first
Summary:
The documentation describes deleting a resource group using a right-click context menu, which is a GUI pattern most commonly associated with Windows environments. There are no examples or instructions for performing the same action using Linux tools, command-line interfaces, or cross-platform methods.
Recommendations:
- Add instructions for deleting a resource group using the Azure CLI, which works on both Windows and Linux.
- Include examples for performing the deletion via terminal/command line, not just through GUI interactions.
- If a GUI is required, clarify if the instructions apply to cross-platform tools (e.g., Azure Portal in a browser) rather than Windows-specific applications.
- Present Linux or cross-platform methods alongside or before Windows-specific instructions to ensure parity.
Create pull request