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
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation consistently uses PowerShell syntax (e.g., for git, npm, and npx commands) in all code blocks, and refers to 'terminal or command window' without clarifying cross-platform differences. No Linux/macOS-specific instructions or examples are provided, and Windows-centric patterns (PowerShell prompt, command style) are used by default. This may cause confusion or friction for Linux/macOS users, especially beginners.
Recommendations
  • Provide command examples using generic shell syntax (e.g., bash) or include both Windows (PowerShell/CMD) and Linux/macOS (bash/zsh) variants for all commands.
  • Avoid using PowerShell-specific formatting (e.g., ```powershell) for commands that are cross-platform; use ```bash or ```sh for generic shell commands.
  • Explicitly mention that all commands work on Linux/macOS unless otherwise noted, and clarify any OS-specific steps.
  • If any step is OS-specific (such as environment variable syntax), provide both Windows and Linux/macOS instructions.
  • Use inclusive language such as 'terminal' or 'shell' instead of 'command window', and clarify that Visual Studio Code, Git, and Azure CLI are available on all major platforms.
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-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 Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-09-16 00:00 #113 completed Clean Clean
2025-09-15 00:00 #112 completed Clean Clean
2025-09-14 00:00 #111 completed Clean Clean
2025-09-13 00:00 #110 completed Clean Clean
2025-09-12 00:00 #109 completed Clean Clean
2025-09-11 00:00 #108 completed Clean Clean
2025-09-08 00:00 #105 completed Clean Clean
2025-08-08 00:00 #74 completed Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Biased Biased

Flagged Code Snippets