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 is no mention of Linux/macOS equivalents, nor are Linux shell commands (e.g., export, /tmp/input.txt) provided. The use of AzCopy is neutral, but the examples and instructions assume a Windows environment throughout.
Recommendations
  • Provide parallel Linux/macOS examples for all command-line snippets, using bash syntax and Linux file paths (e.g., /tmp/input.txt, export clustername=CLUSTERNAME).
  • Explicitly mention that the instructions apply to both Windows and Linux/macOS, and highlight any differences in environment variable setting or file path conventions.
  • Include notes or sections for Linux users, such as how to create input files, set environment variables, and run curl commands in bash.
  • Where Windows tools or patterns are referenced (e.g., C:\Temp), offer Linux alternatives (e.g., /tmp).
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