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:
⚠️ powershell_heavy
⚠️ windows_first
⚠️ windows_tools
⚠️ missing_linux_example
Summary:
The documentation page demonstrates a Windows bias through the frequent use of PowerShell cmdlets and interfaces for management tasks, explicit references to Windows tools (e.g., robocopy, Explorer), and examples that assume a Windows environment (such as mounting NFS shares from Windows paths and using Windows command syntax). There is a lack of equivalent Linux command examples or guidance, and Linux tools or workflows are rarely mentioned, if at all. In some cases, Linux is only referenced as a workaround or alternative, not as a first-class platform.
Recommendations:
  • Provide Linux CLI/bash equivalents for all PowerShell and Windows command examples (e.g., show how to check VM status or restart VMs using SSH and virsh or similar tools).
  • When referencing tools like robocopy or Explorer, also mention Linux alternatives such as rsync, cp, or scp.
  • For NFS mount instructions, include Linux mount command examples alongside Windows ones.
  • Where PowerShell is mentioned as an interface, clarify if SSH or other Linux-native management options are available and provide links or instructions.
  • Review all troubleshooting and workaround steps to ensure Linux users are equally supported with relevant commands and procedures.
  • Adopt a platform-neutral or parallel documentation style, presenting Windows and Linux options side by side.
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 ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased