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
windows_path_examples
Summary
The documentation presents both Windows and Linux examples for file operations, but Windows instructions and examples are consistently listed before Linux ones. Windows-specific tools and path conventions (e.g., use of 'type', backslashes in $HOME\sqlcerts) are featured, and there are multiple notes about Windows-specific issues (such as kubectl cp failing with absolute Windows paths). No PowerShell-specific commands are given, but the documentation assumes familiarity with Windows command-line tools and patterns, and Windows is prioritized in tab order and troubleshooting notes.
Recommendations
  • Alternate the order of Windows and Linux examples to avoid implicit prioritization.
  • Add troubleshooting notes for Linux users if relevant, not just Windows.
  • Use neutral path variables and examples (e.g., $HOME/sqlcerts for both platforms) where possible.
  • Explicitly state that both Windows and Linux are supported and provide parity in instructions.
  • Consider including macOS examples or notes if applicable.
  • Where platform-specific commands are required, explain why and offer alternatives.
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