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
missing_linux_example
Summary
The documentation shows evidence of Windows bias, particularly in the 'Copy data' section where Windows/SMB and the Windows tool Robocopy are mentioned first and in detail, while Linux/NFS is only briefly referenced with generic commands (cp/rsync) and less guidance. There are no Linux-specific examples for connecting to SMB shares, and the documentation generally assumes familiarity with Windows tools and patterns.
Recommendations
  • Provide Linux-specific examples for copying data to SMB shares, such as using smbclient, mount.cifs, or rsync with SMB.
  • List Linux/NFS options before or alongside Windows/SMB options to avoid 'windows_first' ordering.
  • Include explicit command-line examples for Linux users, such as mounting SMB shares or using rsync over SMB.
  • Mention common Linux file copy tools (e.g., scp, rsync, cp) with example commands for both NFS and SMB scenarios.
  • Clarify any differences in authentication or share access between Windows and Linux hosts.
  • Ensure parity in troubleshooting steps and guidance for both Windows and Linux environments.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets