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
Summary
The documentation is generally cross-platform and uses Azure CLI, which is available on Windows, Linux, and macOS. However, in the AzCopy section, the file path example ('C:\myDirectory\myFile.txt') is Windows-specific, and there is no equivalent Linux/macOS example provided. This prioritizes Windows usage patterns and omits Linux/macOS parity in that context.
Recommendations
  • For all file path examples (especially in AzCopy), provide both Windows and Linux/macOS variants, e.g., 'C:\myDirectory\myFile.txt' and '/home/user/myDirectory/myFile.txt'.
  • When introducing tools or commands that interact with the file system, explicitly mention that the examples apply to all platforms, and show platform-specific differences where relevant.
  • Consider alternating the order of examples or providing side-by-side examples for Windows and Linux/macOS to avoid implicit prioritization.
  • Audit other sections (such as file creation) to ensure that instructions are equally accessible to users on all platforms (e.g., mention 'touch' for Linux/macOS as well as 'vi').
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 Clean Clean
2026-01-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-19 00:01 #85 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets

azcopy login
azcopy copy 'C:\myDirectory\myFile.txt' 'https://mystorageaccount.blob.core.windows.net/mycontainer/myFile.txt'