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
Summary:
The documentation demonstrates a mild Windows bias. Windows tools and patterns are mentioned first or exclusively in several places: PowerShell's Invoke-WebRequest is listed alongside wget, but Windows is named first; the Windows hosts file path is listed before Linux; and PowerShell is the only scripting environment mentioned for Windows. There are no Linux-specific command-line examples, and the documentation assumes familiarity with Windows tools and conventions.
Recommendations:
  • When listing tools or commands, alternate the order (e.g., mention wget and curl before Invoke-WebRequest, or list Linux and Windows paths together or in alternating order).
  • Provide equivalent Linux command-line examples (e.g., show both wget/curl and Invoke-WebRequest commands for header inspection).
  • Mention cross-platform alternatives where possible (e.g., curl, which is available on both Windows and Linux).
  • When referencing file paths (such as the hosts file), present both Linux and Windows locations together, or in a neutral order.
  • If scripting is required, provide both Bash and PowerShell script snippets.
  • Explicitly state that the steps are applicable to both Linux and Windows, and clarify any OS-specific differences.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-07-12 23:44 #41 in_progress ❌ Biased
2025-07-12 00:58 #8 cancelled ✅ Clean
2025-07-10 05:06 #7 processing ✅ Clean