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
windows_tools
powershell_heavy
missing_linux_example
Summary
The documentation demonstrates a Windows bias by presenting Windows connection and copy instructions first, providing detailed examples using Windows-specific tools (such as Robocopy and net use), and showing command outputs from Windows environments. Linux instructions are less detailed, with only a basic mount command and no comprehensive file copy example (e.g., using rsync or cp). The documentation also references Windows UI elements and troubleshooting steps (e.g., Notepad, File Explorer) without Linux equivalents.
Recommendations
  • Present Windows and Linux instructions in parallel, or alternate which platform is shown first.
  • Provide equally detailed Linux examples for connecting to SMB shares (e.g., using smbclient or mount.cifs) and for copying data (e.g., using rsync, cp, or smbclient).
  • Include sample command outputs and troubleshooting steps for Linux environments (e.g., viewing error logs with less, tail, or cat).
  • Reference Linux file copy tools and their recommended parameters for performance optimization, similar to the Robocopy section.
  • Mention Linux GUI tools (e.g., Nautilus, Dolphin) for browsing SMB shares, if applicable.
  • Avoid using Windows-specific terminology (e.g., Notepad, File Explorer) without providing Linux alternatives.
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-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets