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
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a clear Windows bias. PowerShell is the only command-line scripting example provided, and instructions explicitly reference opening a 'Windows PowerShell command window.' There are no CLI, Bash, or Linux-native examples, and file paths in AzCopy examples use Windows-style paths (e.g., 'C:\Logs\Storage'). Windows tools and patterns are mentioned exclusively or before any cross-platform alternatives, and Linux/macOS users are not addressed.
Recommendations
  • Add Azure CLI (az) examples for all operations currently shown only in PowerShell.
  • Provide Bash or shell script examples for Linux/macOS users.
  • When referencing AzCopy, include both Windows and Linux/macOS path examples.
  • Replace or supplement 'Open a Windows PowerShell command window' with cross-platform instructions (e.g., 'Open your terminal or command prompt').
  • Explicitly mention that PowerShell Core is cross-platform, if applicable, and provide usage notes for Linux/macOS.
  • Ensure that tool recommendations (e.g., Storage Explorer, AzCopy) are described as cross-platform and provide installation/use instructions for all major OSes.
  • Where possible, avoid Windows-specific terminology or provide parity for other platforms.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
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