Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for connecting to AKS, but the PowerShell instructions are given equal prominence and detail as the CLI, and there is explicit mention of using PowerShell locally. There are no Linux/macOS-specific instructions or examples, and the flow assumes familiarity with Windows tools (PowerShell) alongside the cross-platform Azure CLI. The screenshots and portal instructions are platform-agnostic, but command-line guidance leans toward Windows/PowerShell usage.
Recommendations
- Add explicit instructions for Linux/macOS users, such as using Bash or Zsh shells.
- Clarify that Azure CLI commands work on all platforms and provide examples for Linux/macOS terminal environments.
- Consider listing Azure CLI (cross-platform) instructions before PowerShell, or note that PowerShell is Windows-specific.
- Include troubleshooting tips for common Linux/macOS issues (e.g., permissions, path differences).
Create Pull Request