Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides examples for deleting an AKS cluster using Azure CLI, Azure PowerShell, and the Azure portal. While the Azure CLI example is cross-platform and shown first, the inclusion of Azure PowerShell (which is primarily used on Windows) as a dedicated example, without mentioning Linux/macOS alternatives for scripting, may create a slight Windows bias. However, the Azure CLI example is fully suitable for Linux/macOS users and is presented before PowerShell, minimizing the impact.
Recommendations
- Clarify that Azure PowerShell is available cross-platform, but is most commonly used on Windows.
- Consider adding a note for Linux/macOS users that Azure CLI is the recommended tool for scripting and automation.
- If relevant, mention that PowerShell Core is available on Linux/macOS, but most users on those platforms use Azure CLI.
- Ensure that future documentation continues to present Azure CLI examples first for parity.
Create Pull Request