Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation mentions Windows/PowerShell as a primary method for creating AKS clusters before Linux alternatives, and includes a quickstart link for Azure PowerShell alongside Azure CLI and Portal. However, all actual examples and instructions for GPU node pool creation use Azure CLI, which is cross-platform. No PowerShell or Windows-specific commands are shown for the main workflow, and Linux (Ubuntu and Azure Linux) is the only supported OS for managed GPU node pools. Windows node pools are explicitly called out as unsupported for this feature.
Recommendations
- List Azure CLI as the primary recommended method for cluster creation, with PowerShell and Portal as alternatives, to avoid implying Windows-first workflows.
- If mentioning PowerShell, clarify its cross-platform support or provide parity examples for Linux/macOS users where relevant.
- Consider moving Linux/CLI instructions before mentioning PowerShell in 'Before you begin' to reinforce Linux parity.
- Ensure that any future examples for cluster creation or management include both CLI and PowerShell (if PowerShell is relevant and cross-platform), or clarify platform limitations.
Create Pull Request