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
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation exhibits a clear Windows bias: it states that gateway-required virtual network integration only works for Windows plans and explicitly excludes Linux apps. All troubleshooting and connectivity examples use Windows-specific tools (e.g., PowerShell's Test-NetConnection, netstat -aon), with no mention of Linux equivalents or guidance for Linux users. There are no Linux command-line examples or references, and the documentation does not address how Linux users should approach similar troubleshooting or integration tasks.
Recommendations:
  • Where possible, provide Linux equivalents for all troubleshooting and connectivity commands (e.g., use 'nc' or 'telnet' for TCP checks, 'ss' or 'netstat' for port listening).
  • Explicitly state early in the document that gateway-required integration is not supported for Linux apps, and offer clear alternatives or guidance for Linux users (e.g., recommend regional VNet integration for Linux).
  • When referencing tools or commands, present both Windows and Linux options side by side to ensure parity.
  • Add a section or callout for Linux users explaining their options and any differences in supported features.
  • If certain features are Windows-only, provide links to Linux-supported alternatives and migration guidance.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-09-15 00:00 #112 completed ❌ Biased
2025-08-15 00:01 #81 in_progress ❌ Biased
2025-07-13 21:25 #47 cancelled ❌ Biased
2025-07-13 20:48 #44 cancelled ✅ Clean
2025-07-09 13:09 #3 cancelled ✅ Clean
2025-07-08 04:23 #2 cancelled ❌ Biased

Flagged Code Snippets