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
⚠️ missing_linux_example
Summary:
The documentation consistently uses Windows-style paths (e.g., 'C:\myDirectory') in all examples and does not provide any Linux or macOS path examples. While there are notes about quoting differences between shells, the actual command examples and syntax always show Windows paths, and Linux/Unix-style paths are never demonstrated. This may make the documentation less approachable for Linux/macOS users.
Recommendations:
  • For each example using a Windows path (e.g., 'C:\myDirectory'), provide a parallel example using a Linux/macOS path (e.g., '/home/user/myDirectory').
  • In the syntax sections, show both Windows and Linux/macOS variants, or use a placeholder like '<local-directory-path>' in the example and clarify with both path styles below.
  • Consider alternating which platform is shown first, or present both at the same time, to avoid the appearance of Windows-first bias.
  • Explicitly mention that AzCopy is cross-platform and provide links or notes about shell-specific behaviors for Linux/macOS users.
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 ❌ Biased
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

azcopy sync 'C:\myDirectory' 'https://mystorageaccount.blob.core.windows.net/mycontainer' --recursive
azcopy sync 'https://mystorageaccount.blob.core.windows.net/mycontainer' 'C:\myDirectory' --recursive