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 presents Windows connection instructions before Linux, and while it mentions SSH for Linux, it does not provide a concrete command-line example (e.g., an actual ssh command). In contrast, Windows users are given a clear, actionable step (downloading an RDP file). This prioritizes Windows workflows and leaves Linux users with less detailed guidance.
Recommendations:
- Provide explicit SSH command-line examples for Linux users (e.g., ssh user@contoso.westus3.cloudapp.azure.com -p 65013).
- Present Windows and Linux instructions in parallel, or alternate which comes first to avoid implicit prioritization.
- Include screenshots or step-by-step instructions for Linux SSH connection, similar to the RDP instructions for Windows.
- Mention any platform-specific prerequisites (e.g., SSH client for Windows, RDP client for Linux) to ensure parity.
Create pull request