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
Summary
The documentation generally maintains cross-platform neutrality, but in the troubleshooting section, the Windows (PowerShell) command for TCP connectivity testing (Test-TcpConnection) is listed before the Linux equivalent (nc), and the Windows command is labeled with a comment, suggesting a slight 'windows_first' and 'powershell_heavy' bias. No other examples or instructions are specifically Windows-only, and both Azure CLI and PowerShell are mentioned as options for VNet preparation. There are no missing Linux examples, but the order and labeling of commands could be improved for parity.
Recommendations
  • Present Linux and Windows command-line examples in parallel, or alternate their order in different sections to avoid always listing Windows first.
  • Use neutral language such as 'On Windows' and 'On Linux' rather than '# Windows' and '# Linux' in code blocks.
  • Where both Azure CLI and PowerShell are mentioned, provide explicit example commands for both platforms, or link to relevant documentation for each.
  • Consider including a note at the start of the troubleshooting section that all commands are available for both Windows and Linux, and provide links to further resources for each platform.
GitHub Create Pull Request

Scan History

Date Scan Status Result
2025-07-12 23:44 #41 cancelled Biased Biased
2025-07-12 00:58 #8 cancelled Clean Clean
2025-07-10 05:06 #7 processing Clean Clean

Flagged Code Snippets