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
⚠️ windows_tools
⚠️ powershell_heavy
⚠️ missing_linux_example
Summary:
The documentation generally presents Windows tools and patterns before their Linux equivalents, such as listing 'cmd.exe' and Windows command syntax first in examples. Windows-specific details (like drive letters for mounts and environment variable naming conventions) are often described in more detail, while Linux information is sometimes less prominent or missing. Some examples and tables use Windows-style paths or syntax without always providing the Linux equivalent.
Recommendations:
  • Alternate the order of Windows and Linux examples so that Linux is sometimes presented first.
  • Ensure all command-line examples are provided for both Windows (cmd.exe or PowerShell) and Linux (/bin/sh or bash), and that both are equally detailed.
  • Where Windows-specific details are given (e.g., drive letters, environment variable naming), provide equally detailed Linux equivalents (e.g., mount points, lowercase/underscore conventions).
  • In tables that show example paths or environment variable values, always provide both Windows and Linux formats side by side.
  • Avoid using only Windows-style path separators (\) in directory postfix examples; include Linux-style (/) as well.
  • Where possible, add PowerShell and bash examples for advanced scripting scenarios.
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