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 demonstrates mild Windows bias by presenting PowerShell as the first example for base64 encoding credentials, followed by Linux/macOS. Additionally, file path examples use Windows-style paths (e.g., C:\arc-data-services\sqlmi.yaml) without showing Linux equivalents. The text editor recommendation (VS Code) is cross-platform, and most Kubernetes commands are platform-neutral, but the ordering and examples subtly favor Windows users.
Recommendations
  • Present Linux/macOS and Windows examples side-by-side or alternate which comes first.
  • Include Linux file path examples (e.g., /home/user/arc-data-services/sqlmi.yaml) alongside Windows paths.
  • Explicitly state that all commands work on Linux/macOS and Windows, and highlight any platform-specific differences.
  • Consider adding a table or section summarizing commands for each major platform.
  • Where PowerShell is used, also mention Bash or other common Linux shells for parity.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Biased Biased
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