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
Summary:
The documentation lists RDP (port 3389) as a primary example of a commonly checked port, which is specific to Windows VMs, while not mentioning SSH (port 22), the standard for Linux VMs. There are no Linux-specific examples or references, and the workflow is described in a way that centers Windows use cases.
Recommendations:
- Include SSH (port 22) in the list of commonly checked ports to represent Linux VM scenarios.
- Explicitly mention that the troubleshooter can be used for both Windows and Linux VMs.
- Provide examples or screenshots that show troubleshooting for both RDP (Windows) and SSH (Linux) ports.
- Clarify in the documentation that the tool is not limited to Windows VMs and can help diagnose connectivity issues for Linux VMs as well.
Create pull request