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

Bias Types:
⚠️ windows_first
⚠️ windows_tools
⚠️ missing_linux_example
Summary:
The documentation shows a moderate Windows bias: Windows tools and patterns (such as Putty and .cmd code blocks) are mentioned first or exclusively in some sections, and Linux-native alternatives are not always presented with equal prominence. Some commands are shown in Windows command prompt style, and the SSH client recommendation is Windows-centric.
Recommendations:
  • When listing prerequisites, mention both Windows and Linux SSH clients equally (e.g., 'An SSH client such as OpenSSH (Linux/macOS) or Putty (Windows)').
  • For command-line examples, provide both Windows and Linux/macOS command syntax where they differ, or clarify which OS the example is for.
  • Use neutral or dual code block formatting (e.g., both 'cmd' and 'bash') for commands like 'scp', 'ssh', and 'mvn', and clarify any OS-specific differences.
  • Where Windows tools (like Putty) are mentioned, also mention Linux/macOS equivalents (like the built-in 'ssh' command).
  • Review all code snippets and instructions to ensure Linux users are not required to adapt Windows-specific instructions on their own.
  • Consider adding a short section or callout for cross-platform usage tips, especially for common developer environments.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-06 00:00 #103 completed ✅ Clean
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased