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:
⚠️
powershell_heavy
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation provides only an Azure PowerShell example (Remove-AzResourceGroup) for deleting the resource group, with no equivalent examples for Linux users (such as Azure CLI or Bash). This creates a bias toward Windows/PowerShell users and omits guidance for those on Linux or preferring cross-platform tools.
Recommendations:
- Add an Azure CLI example (e.g., az group delete --name myResourceGroup) alongside the PowerShell example.
- Include Bash or shell script examples where appropriate.
- Present both PowerShell and CLI examples in parallel tabs or sections to ensure parity.
- Explicitly mention that the instructions apply to all platforms, or clarify platform-specific differences if any.
Create pull request