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 demonstrates mild Windows bias by listing Windows-specific commands and tools before their Linux/macOS equivalents, and by providing detailed notes about Windows command shell quoting before mentioning other shells. However, Linux and macOS examples are present and correct, and the AzCopy commands themselves are cross-platform.
Recommendations:
  • Present Linux/macOS and Windows instructions/examples in parallel or in a neutral order (e.g., Linux/macOS first, or alphabetically).
  • Where quoting or environment variable differences exist, provide explicit examples for all major shells (bash, zsh, PowerShell, cmd.exe) in a side-by-side or tabbed format.
  • Avoid language that centers Windows as the default (e.g., 'except for Windows Command Shell (cmd.exe)'), and instead state differences neutrally (e.g., 'On Windows (cmd.exe), use double quotes; on Linux/macOS shells, use single quotes.').
  • Consider including PowerShell-specific examples if Windows is to be supported, as many Windows users use PowerShell rather than cmd.exe.
  • Ensure that download and installation instructions for AzCopy are equally detailed for all platforms.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-19 00:01 #85 completed ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets