Bias Analysis
Detected Bias Types
powershell_heavy
missing_linux_example
windows_tools
windows_first
Summary
The documentation provides only a Windows PowerShell example (Remove-AzResourceGroup) for deleting the resource group, with no equivalent example or mention of how to perform the same task using Azure CLI, Bash, or other Linux-friendly tools. This prioritizes Windows tooling and omits guidance for Linux/macOS users.
Recommendations
- Add an Azure CLI example (e.g., az group delete --name myResourceGroup) alongside the PowerShell example.
- Include a Bash shell example for Linux/macOS users.
- Present both PowerShell and CLI examples in parallel tabs or sections to ensure equal visibility.
- Review documentation for other instances where only Windows tools are referenced and add cross-platform alternatives.
Create Pull Request