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
Summary:
The documentation demonstrates a mild Windows bias, primarily by mentioning Windows/PowerShell before Linux/Bash in instructions for connecting to VMs. The SSH command examples use Windows-style paths (backslashes) and reference PowerShell, with Linux/Mac users mentioned secondarily. No explicit Linux tools or commands are omitted, but the ordering and example formatting favor Windows users.
Recommendations:
  • Present Linux/Bash and Windows/PowerShell instructions in parallel, or alternate which is mentioned first.
  • Use platform-neutral path examples (e.g., ./Downloads/lb-key-pair.pem) or provide both Windows and Linux/Mac variants.
  • Explicitly show both Bash and PowerShell prompts and commands where relevant.
  • Add a note clarifying differences in path separators and shell usage between platforms.
  • Ensure that any screenshots or command snippets do not implicitly assume a Windows environment.
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-12 23:44 #41 in_progress ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ✅ Clean

Flagged Code Snippets

ssh -i .\Downloads\lb-key-pair.pem azureuser@20.99.165.176 -p 221
ssh -i .\Downloads\lb-key-pair.pem azureuser@20.99.165.176 -p 222