Sad Tux - Windows bias detected
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

Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page exhibits Windows bias primarily through the use of PowerShell syntax for all command-line examples (e.g., git, npm, npx), and by referring to 'terminal or command window' without clarifying platform differences. There are no explicit Linux/macOS shell examples (e.g., bash), nor are there instructions for platform-specific nuances (such as path separators or environment variable setting differences). The installation instructions for tools like Azure CLI, Git, and Visual Studio Code are generic but do not provide parity for Linux-specific installation or usage patterns.
Recommendations
  • Provide both PowerShell/Command Prompt and Bash (Linux/macOS) examples for all CLI commands, using appropriate syntax for each platform.
  • Clarify platform-specific terminology (e.g., 'terminal' for Linux/macOS, 'command prompt' for Windows) and mention any differences in usage.
  • Include Linux/macOS installation instructions or links for prerequisites such as Azure CLI, Git, and Visual Studio Code.
  • Show how to set environment variables in both Windows (set/setx) and Linux/macOS (export) contexts.
  • Use neutral shell syntax (e.g., $ for shell prompts) or provide tabs/switchers for platform-specific instructions.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-12 00:00 #243 cancelled Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-30 00:01 #96 cancelled Biased Biased
2025-08-08 00:00 #74 completed Biased Biased

Flagged Code Snippets