Detected Bias Types
⚠️
powershell_heavy
⚠️
windows_first
Summary
The documentation provides configuration instructions for Azure CNI networking in AKS using three methods: Azure portal, Azure PowerShell, and Azure CLI. The PowerShell section is prominent and includes detailed instructions for installing/upgrading Azure PowerShell on Windows, macOS, and Linux. However, PowerShell is a Windows-centric tool, and its inclusion as a primary method may signal a Windows bias. Additionally, the PowerShell instructions and references appear before the Azure CLI examples, which are more universally applicable across platforms. No Linux-specific tools or shell examples (e.g., Bash) are provided, and the CLI instructions are listed last.
Recommendations
- Present Azure CLI instructions before PowerShell, as CLI is cross-platform and preferred by many Linux/macOS users.
- Add explicit Bash shell examples or notes for Linux/macOS users where relevant.
- Clarify that PowerShell is available on Linux/macOS, but Azure CLI is often the default/preferred tool for those platforms.
- Consider adding a table or section comparing the three approaches, highlighting platform compatibility.