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
missing_linux_example
Summary
The documentation provides command-line instructions and setup steps that are platform-neutral in syntax (e.g., 'git clone', 'npm install', 'npm start'), but it does not specify or show any Linux/macOS-specific instructions, nor does it mention potential differences or prerequisites for Linux users. The use of 'cmd/sh' in code blocks is ambiguous and could confuse users about which shell to use. There are no explicit Windows-only tools or PowerShell commands, but the lack of Linux-specific guidance or troubleshooting constitutes a subtle 'windows_first' and 'missing_linux_example' bias.
Recommendations
  • Explicitly state that the migrator tool and all commands work on Windows, Linux, and macOS, and mention any platform-specific prerequisites (e.g., how to install Node.js on Linux).
  • Use separate code blocks for Windows (cmd/PowerShell) and Linux/macOS (bash/sh) where commands or environment setup differ, or clarify that the commands are cross-platform.
  • Add troubleshooting notes for common Linux/macOS issues (e.g., permissions, environment variable syntax, npm/node installation).
  • Clarify in the 'cmd/sh' code blocks which shell is expected, or provide both Windows and Linux/macOS variants if needed.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #250 in_progress Clean Clean
2026-01-13 00:00 #246 completed Clean Clean
2026-01-11 00:00 #240 completed Clean Clean
2026-01-10 00:00 #237 completed Clean Clean
2026-01-09 00:34 #234 completed Clean Clean
2026-01-08 00:53 #231 completed Clean Clean
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Biased Biased
2025-07-12 23:44 #41 cancelled Clean Clean

Flagged Code Snippets