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
Summary
The documentation page is generally Linux-focused, as HDInsight clusters are Linux-based and all operational examples (SSH, bash, hbase shell, etc.) use Linux conventions. However, there is a minor instance of Windows bias: the SSH command is shown in a Windows Command Prompt (cmd) block (```cmd) before any bash or Linux terminal block, which may suggest a Windows-first approach for remote connection, even though the rest of the workflow is Linux-native.
Recommendations
  • Use bash syntax highlighting for SSH commands, or provide both Windows (cmd/PowerShell) and Linux/macOS (bash) SSH command examples side by side.
  • Clarify in the prerequisites or first SSH example that the commands are intended for Linux/macOS terminals, but can also be run from Windows using PowerShell or WSL.
  • If Windows-specific tools or patterns are not required, default to bash examples, as the clusters themselves are Linux-based.
  • If targeting cross-platform users, add a short section or note on how to SSH from Windows (e.g., using PowerShell, Windows Terminal, or PuTTY), and from Linux/macOS (native terminal).
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 Clean Clean
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-09 13:09 #3 cancelled Clean Clean
2025-07-08 04:23 #2 cancelled Biased Biased

Flagged Code Snippets