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 demonstrates Windows bias by exclusively using PowerShell syntax for all command-line examples (e.g., git, npm, npx), without providing Linux/macOS shell equivalents. The instructions and examples assume a Windows environment, and there is no mention of Linux-specific patterns, tools, or alternative commands. This may hinder Linux users who expect bash/zsh syntax or platform-specific guidance.
Recommendations
  • Provide command-line examples in both PowerShell (Windows) and bash/zsh (Linux/macOS) syntax, especially for navigation (cd), running commands, and environment variable setup.
  • Explicitly mention cross-platform compatibility for tools like Azure CLI, Playwright, and npm, and link to platform-specific installation guides.
  • Include screenshots or instructions for both Windows and Linux environments where relevant, such as terminal usage.
  • Add notes or callouts for any platform-specific differences (e.g., environment variable syntax, file paths).
  • Ensure that the documentation does not assume Visual Studio Code as the only editor, and mention alternatives for Linux users if appropriate.
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