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 given before the Linux example (/bin/sh). Additionally, the 'robocopy' tool (Windows-specific) is mentioned as an example for copying files in a start task, with no Linux equivalent provided. No explicit Linux examples or tools are omitted, but Windows patterns and tools are mentioned first or exclusively in some cases.
Recommendations:
- When providing command line examples, alternate the order or provide Linux examples first in some sections to balance representation.
- When mentioning Windows-specific tools like 'robocopy', also mention common Linux equivalents such as 'cp' or 'rsync', and provide example commands for both platforms.
- Where possible, include both Windows and Linux script/application examples in all relevant sections.
- Review for other subtle ordering or phrasing that may imply Windows is the default or primary platform.
Create pull request