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 provides both Linux (bash) and Windows (PowerShell) examples for all relevant CLI commands, but the Windows/PowerShell examples are always presented immediately after the Linux ones, and sometimes with additional context (e.g., directory creation). There is a slight tendency to elaborate more on Windows-specific steps (such as using New-Item in PowerShell), and Windows examples are consistently present, which may suggest a mild Windows bias. However, Linux parity is generally maintained, and no steps are missing for Linux users.
Recommendations
  • Ensure that Linux and Windows examples are equally detailed, especially for tasks like directory creation.
  • Consider alternating the order of examples (sometimes presenting Windows first, sometimes Linux) to avoid implicit prioritization.
  • Add a short note at the beginning clarifying that all steps are equally supported on Linux and Windows, and that users should follow the tab appropriate for their environment.
  • If possible, provide cross-platform commands (e.g., using Python or Node.js scripts) for tasks like downloading files, to further reduce platform-specific bias.
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 Clean Clean
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