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
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by presenting all command-line examples using Windows-specific syntax (cmd), referencing Windows file paths (e.g., C:\Temp\input.txt), and using Windows environment variable setting (set). There are no Linux or macOS shell equivalents (e.g., bash, export, /tmp/input.txt) provided, and instructions explicitly state that examples are based on a Windows environment. Additionally, tools like AzCopy are mentioned without noting Linux alternatives or usage patterns.
Recommendations
  • Provide Linux/macOS shell equivalents for all command-line examples, using bash syntax, environment variable setting (export), and Linux file paths (/tmp/input.txt).
  • Include notes or sections for Linux users, clarifying differences in command usage and file paths.
  • When referencing tools like AzCopy, mention their cross-platform availability and provide example usage for Linux.
  • Avoid language that assumes a Windows environment as default; instead, present instructions for both Windows and Linux/macOS in parallel or note differences explicitly.
  • Add a table or sidebar summarizing command differences between Windows and Linux/macOS for quick reference.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Biased Biased
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 Biased Biased
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean

Flagged Code Snippets