Bias Analysis
Detected Bias Types
Summary
The documentation mentions Windows/PowerShell as an option for creating an AKS cluster before Linux alternatives, but all command-line examples use Azure CLI and kubectl, which are cross-platform. No PowerShell-specific examples or Windows-only tools are used, and Linux/macOS users can follow all instructions without issue.
Recommendations
- List Linux/Azure CLI options before Windows/PowerShell in the prerequisites section to avoid subtle ordering bias.
- Clarify that Azure CLI and kubectl are cross-platform and provide links to installation instructions for all major OSes.
- Consider removing mention of PowerShell in the prerequisites unless PowerShell-specific instructions are provided.
Create Pull Request