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
⚠️ missing_linux_example
Summary:
The documentation page exhibits subtle Windows bias by referencing Windows-centric console environments (cmd, PowerShell) before Bash, and by not providing any Linux- or macOS-specific instructions or examples. All terminal commands are generic and cross-platform, but there is no explicit mention or demonstration of Linux-specific steps, such as environment variable setup or file path conventions. There are no PowerShell-specific commands, but the overall framing assumes familiarity with Windows tools and patterns.
Recommendations:
  • Explicitly mention Linux and macOS as supported platforms wherever terminal or console instructions are given.
  • When listing console environments, use neutral or rotated orderings (e.g., 'such as Bash, cmd, or PowerShell') or mention all three equally.
  • Provide Linux/macOS-specific notes for setting environment variables (e.g., 'export VAR=VALUE' for Bash) alongside Windows examples ('set VAR=VALUE' for cmd, '$env:VAR="VALUE"' for PowerShell).
  • Include screenshots or references to Linux/macOS terminal usage where appropriate.
  • Ensure that any file path or editor instructions are platform-neutral or provide alternatives for different OSes.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-16 00:00 #113 completed ✅ Clean
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ❌ Biased

Flagged Code Snippets