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
windows_tools
Summary
The documentation page primarily uses Azure CLI commands, which are cross-platform, but the only explicit file path example shown is Windows-style (C:\Users\<username>\.kube\config). There are no Linux/macOS path examples, and the output example for merging kubeconfig context is Windows-specific. This subtly prioritizes Windows users and may cause minor confusion for Linux/macOS users.
Recommendations
  • Include Linux/macOS path examples (e.g., ~/.kube/config) alongside Windows paths when showing output or file locations.
  • Add a note clarifying that Azure CLI commands work on Windows, Linux, and macOS, and that file paths will differ by OS.
  • Show output examples for both Windows and Linux/macOS environments where relevant.
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