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 provides automation examples using Linux shell scripting and mentions both Linux and Windows script file extensions. However, when discussing automation, Windows tools (Task Scheduler) are mentioned before Linux equivalents (cron), and Windows script extensions (.cmd, .bat, .ps1) are listed before Linux/Mac (.sh). No PowerShell-specific examples are given, and the main CLI commands are cross-platform. There is a slight tendency to mention Windows patterns first, but Linux parity is generally maintained.
Recommendations
  • List Linux/Mac script extensions (.sh) before Windows ones (.cmd, .bat, .ps1) to avoid subtle ordering bias.
  • Mention Linux automation tools (cron) before Windows Task Scheduler, or present them together without prioritization.
  • Provide explicit PowerShell and Bash script examples if platform-specific scripting is discussed.
  • Clarify that all az CLI commands work identically on Linux, macOS, and Windows.
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