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

Bias Types:
⚠️ windows_first
⚠️ powershell_heavy
⚠️ windows_tools
⚠️ missing_linux_example
Summary:
The documentation page shows evidence of Windows bias. Several examples and workarounds reference Windows-specific tools (e.g., robocopy, Explorer), commands (PowerShell, Get-Process), and workflows (RDP, Windows services) without providing Linux equivalents. In some cases, Windows paths and mounting syntax are shown, while Linux alternatives are omitted or only briefly mentioned. Linux tools and workflows are underrepresented or missing in scenarios where cross-platform parity would be expected.
Recommendations:
  • For every Windows-specific example (e.g., robocopy, Explorer, PowerShell commands), provide equivalent Linux commands (e.g., rsync, cp, systemctl, ps).
  • When showing mount commands, include both Windows (e.g., net use, Explorer) and Linux (e.g., mount -t nfs) syntax.
  • For troubleshooting steps involving Windows services or processes, add parallel instructions for Linux (e.g., using systemctl, service, or kill commands).
  • When referencing tools like sqlcmd, clarify installation and usage for both Windows and Linux clients.
  • Avoid referencing Windows tools or patterns (e.g., RDP, Windows Guest Agent) as the only option; mention SSH or Linux agents where applicable.
  • Review all examples and ensure Linux parity, especially in sections involving file operations, mounting, and VM/cluster management.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased