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
powershell_heavy
Summary
The documentation demonstrates mild Windows bias. While the core instructions use cross-platform tools (kubectl, git, Azure CLI), several examples and tips reference Windows-specific scenarios first or exclusively. For instance, line ending conversion is explained for Windows users, and screenshots of PowerShell terminals are shown. Azure CLI usage is demonstrated in PowerShell, and instructions for obtaining certain values (like CUSTOM_LOCATION_OID) show Windows terminals and mention Windows-specific issues before Linux/macOS equivalents.
Recommendations
  • Provide explicit Linux/macOS examples and screenshots alongside Windows/PowerShell ones, especially for Azure CLI commands.
  • Include instructions or tips for converting line endings on Linux/macOS (e.g., using dos2unix), not just VSCode on Windows.
  • When referencing terminal commands, clarify that they work on all platforms and show at least one example in a bash/zsh terminal.
  • Avoid assuming the user is on Windows when discussing file editing or command execution; mention cross-platform alternatives.
  • Balance screenshots between Windows and Linux/macOS environments.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Clean Clean
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets