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 Windows bias by explicitly stating that gateway-required virtual network integration is only supported for Windows plans, with Linux apps being unsupported. All troubleshooting and connectivity examples use Windows-centric tools and commands (e.g., PowerShell's Test-NetConnection, netstat -aon), with no equivalent Linux instructions or examples. There is no mention of Linux-compatible approaches or tools, and the documentation does not provide parity for Linux users.
Recommendations:
- Clearly state early in the documentation that gateway-required virtual network integration is not supported for Linux apps, and provide guidance or links for Linux users to alternative solutions (such as regional virtual network integration).
- Where troubleshooting steps are provided (e.g., using PowerShell's Test-NetConnection or netstat), offer equivalent Linux commands (such as nc, curl, or ss) alongside the Windows examples.
- If possible, provide a table or section comparing feature support and troubleshooting steps for both Windows and Linux App Service plans.
- Ensure that any references to tools or commands (e.g., tcpping, netstat) include both Windows and Linux usage, or clarify if a tool is only available on one platform.
- In sections where only Windows portal UI or workflow is described, clarify if the same or similar options exist for Linux, or explicitly state if not applicable.
Create pull request