Sad Tux - Windows bias detected
This page contains Windows bias

About This Page

This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.

Bias Analysis

Detected Bias Types
windows_first
powershell_heavy
Summary
The documentation page references Windows-specific tools and patterns before their Linux equivalents, notably in the 'Before you begin' section, which lists Azure CLI, Azure PowerShell, and Azure portal as options for creating an AKS cluster, with PowerShell (Windows-only) mentioned before the portal. However, all command examples throughout the guide use bash and kubectl, which are cross-platform and suitable for Linux/macOS users. No critical steps are Windows-only, but the initial mention of PowerShell and lack of explicit Linux/macOS guidance may create minor friction.
Recommendations
  • List Linux/macOS options (Azure CLI, portal) before Windows-specific tools (PowerShell) when describing cluster creation.
  • Explicitly state that all command-line examples work on Linux/macOS and Windows (with WSL or bash).
  • Provide a brief note or link for Linux/macOS users on installing Azure CLI and kubectl.
  • Consider removing or de-emphasizing PowerShell unless a specific Windows-only workflow is required.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #253 completed Biased Biased
2026-01-13 00:00 #249 completed Biased Biased

Flagged Code Snippets