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
windows_tools
missing_linux_example
Summary
The documentation page exhibits a moderate Windows bias. Windows tools (cmd, PowerShell) are featured prominently, with examples and variable setting syntax tailored to Windows environments (e.g., 'set TOKEN', caret line continuation, PowerShell scripts). Linux/macOS equivalents (e.g., bash variable assignment, line continuation) are not provided, and Windows-specific instructions precede PowerShell examples. There is no explicit Linux shell example for submitting jobs or checking status, and the curl examples use Windows cmd syntax.
Recommendations
  • Provide Linux/macOS shell examples for all curl commands, using bash syntax (e.g., export TOKEN, backslash line continuation).
  • Clearly separate Windows and Linux/macOS instructions, labeling each section.
  • Include PowerShell Core examples for cross-platform compatibility.
  • Add notes or tables comparing command syntax differences between Windows cmd, PowerShell, and bash.
  • Ensure that Linux/macOS users can follow the guide without needing to translate Windows-specific commands.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Clean Clean
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean

Flagged Code Snippets