Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation provides both Azure CLI and Azure PowerShell examples for key operations (such as installing kubectl and listing available Kubernetes versions), but consistently presents Azure CLI (cross-platform) examples first, followed by Azure PowerShell (Windows-centric) examples. There are no Linux-specific commands or shell examples (e.g., Bash), but Azure CLI is cross-platform and covers Linux/macOS users. No Windows-only tools or patterns are mentioned outside of PowerShell. No critical tasks are Windows-only, and Linux support is clearly documented in component tables.
Recommendations
- Explicitly mention that Azure CLI is cross-platform and recommended for Linux/macOS users.
- Add Bash shell examples for common tasks (e.g., checking Kubernetes version, installing kubectl) to further improve Linux parity.
- Clarify in relevant sections (e.g., 'Alias minor version', 'Azure portal and CLI versions') that Azure CLI commands work on Linux/macOS.
- Consider adding a note that Azure PowerShell is primarily for Windows users, while Azure CLI is for all platforms.
Create Pull Request