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
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation demonstrates a Windows bias by repeatedly instructing users to use a Windows command prompt and the Windows Subsystem for Linux (WSL) to execute Linux commands, rather than providing native Linux or macOS instructions. All command-line steps are framed from a Windows perspective, with no direct guidance for users on Linux or macOS systems. There are also references to Windows-specific installation steps (e.g., 'wsl --install'), and no mention of equivalent Linux-native environments or tools.
Recommendations:
  • Provide parallel instructions for Linux and macOS users, including native shell commands and environment setup steps.
  • Avoid assuming the user is on Windows; structure command-line instructions with tabs or sections for each major OS (Windows, Linux, macOS).
  • Replace or supplement WSL-specific instructions with native Linux and macOS alternatives (e.g., running curl directly in a terminal).
  • Explicitly mention required tools (curl, etc.) and how to install them on all supported platforms.
  • Review all references to Windows tools and ensure Linux/macOS equivalents are given equal prominence and detail.
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-12 23:44 #41 in_progress ❌ Biased
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased