Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides deletion instructions for AKS clusters using Azure CLI, Azure PowerShell, and the Azure portal. While the Azure CLI is cross-platform, the PowerShell example is Windows-centric and is presented before any mention of Linux-specific tools or shell environments. There are no Linux/macOS-specific examples (e.g., bash scripting nuances, package manager installation notes), nor is there explicit mention of Linux shell usage beyond the generic CLI example.
Recommendations
- Clarify that Azure CLI commands work on Linux, macOS, and Windows, and provide explicit bash/zsh examples if there are platform-specific considerations.
- Add notes or links for installing Azure CLI on Linux/macOS.
- If PowerShell is mentioned, clarify that PowerShell Core is cross-platform, or provide bash alternatives where relevant.
- Consider listing the Azure CLI (Linux-friendly) example before PowerShell to reduce perceived Windows-first bias.
Create Pull Request