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

Bias Types:
⚠️ windows_first
⚠️ windows_tools
Summary:
The documentation generally maintains cross-platform language, but there are subtle signs of Windows bias. In the section on specifying the command line for tasks, the Windows example (cmd.exe) is listed before the Linux example (/bin/sh). Additionally, the 'robocopy' tool (Windows-specific) is mentioned as an example for copying files in a start task, without mentioning a Linux equivalent like 'cp' or 'rsync'. No Linux-specific tools are referenced in parallel, and the examples and tool mentions may lead Linux users to feel less directly supported.
Recommendations:
  • When providing command line examples, alternate the order or present Linux and Windows examples side by side, or even lead with Linux examples where appropriate.
  • When referencing platform-specific tools (e.g., 'robocopy'), also mention Linux equivalents such as 'cp' or 'rsync' to ensure parity.
  • Explicitly state that examples are provided for both Windows and Linux, and ensure that for every Windows-specific example or tool, a Linux counterpart is included.
  • Consider including a table or section summarizing common commands and tools for both platforms in the context of Azure Batch tasks.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased