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
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by predominantly referencing PowerShell modules (Az.Ssh, Az.Ssh.ArcProxy), providing only PowerShell commands for module management, and mentioning Azure PowerShell before Azure CLI in several troubleshooting steps. There are no explicit Linux shell (bash) examples for installing or updating modules, and the troubleshooting guidance assumes familiarity with Windows/PowerShell tooling. Linux-specific troubleshooting steps and parity in examples are missing, especially for module installation and updates.
Recommendations
  • Provide equivalent Linux (bash) commands for installing and updating Az.Ssh and Az.Ssh.ArcProxy modules, such as instructions for using pip, apt, or manual download if available.
  • Include troubleshooting steps and examples for common Linux SSH client issues, such as permissions, path configuration, and binary installation.
  • Ensure that CLI examples (Azure CLI) are presented before or alongside PowerShell examples, and clarify cross-platform applicability.
  • Reference Linux-native tools and patterns (e.g., ~/.ssh directory, chmod for permissions) where relevant, not just Windows/PowerShell equivalents.
  • Explicitly state which steps or commands are platform-specific, and provide alternative instructions for both Windows and Linux environments.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2026-01-14 00:00 #251 completed Biased Biased
2026-01-13 00:00 #247 completed Biased Biased
2026-01-11 00:00 #241 completed Biased Biased
2026-01-10 00:00 #238 completed Biased Biased
2026-01-09 00:34 #235 completed Biased Biased
2026-01-08 00:53 #232 completed Biased Biased

Flagged Code Snippets