Bias Analysis
Detected Bias Types
Summary
The documentation page mentions Windows tooling (Azure PowerShell) as a primary option for creating an AKS cluster in the prerequisites section, listing it before Linux-native equivalents. However, all command-line examples throughout the document use Azure CLI and kubectl, which are cross-platform and do not show Windows/Powershell-specific commands or patterns. No Windows-only tools or examples are present, and Linux/macOS users can follow all instructions without issue.
Recommendations
- List Linux-native tools (Azure CLI) before Windows-specific tools (Azure PowerShell) in the prerequisites section to avoid implying Windows is the primary platform.
- Explicitly state that all CLI commands are cross-platform and provide links to installation instructions for Azure CLI and kubectl on Linux/macOS.
- If mentioning Azure PowerShell, consider also mentioning Linux-friendly alternatives (e.g., Bash scripts) or clarify that PowerShell is available cross-platform.
Create Pull Request