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
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation demonstrates a mild Windows bias by consistently presenting Windows requirements, tools, and examples before their Linux counterparts. Windows-specific tools (Robocopy, PowerShell cmdlets) are emphasized, and some steps (such as mounting with NTLMv2 and using PowerShell to retrieve storage keys) are detailed for Windows but not equivalently for Linux. Linux examples are present but sometimes less detailed or referenced after Windows. The troubleshooting and verification steps also lead with Windows commands.
Recommendations
  • Alternate the order of Windows and Linux sections throughout the guide, or present both in parallel where possible.
  • Provide Linux command-line equivalents for all PowerShell or Windows-specific instructions (e.g., retrieving storage account keys via Azure CLI or REST API).
  • Expand Linux examples to match the detail level of Windows examples, especially for mounting, authentication, and troubleshooting.
  • Include Linux-first or cross-platform tooling recommendations where appropriate (e.g., mention AzCopy or Azure CLI for both platforms).
  • Ensure that all references to documentation and external tools are balanced between Windows and Linux.
  • In the 'Verify migration' section, provide equally detailed Linux commands for file counting and validation, not just a single example.
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
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

robocopy <GlusterFS_Source> <AzureFiles_Destination> /MIR /Z /MT:8 /W:1 /R:3 /LOG:migration_log.txt