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 demonstrates a Windows bias by exclusively using Windows Server as the example workload VM, referencing RDP (port 3389) for connectivity testing, and omitting any Linux-based VM or SSH-based test scenario. No Linux equivalents or instructions are provided, and Windows is presented as the default/only platform for deployment and validation.
Recommendations:
- Include parallel instructions for deploying a Linux virtual machine (e.g., Ubuntu) in the workload subnet.
- Provide examples for configuring DNAT rules for SSH (port 22) access to a Linux VM, alongside the RDP/Windows example.
- In the 'Test the firewall' section, add steps for connecting via SSH to a Linux VM using the firewall's public IP address.
- Present both Windows and Linux options side-by-side or in separate sections, ensuring neither is prioritized over the other.
- Mention Linux tools (e.g., SSH clients) and patterns where relevant, not just Windows/Remote Desktop.
Create pull request