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
⚠️
powershell_heavy
⚠️
missing_linux_example
Summary:
The documentation demonstrates a subtle Windows bias by prioritizing RDP (a Windows protocol) in both the UI and command-line examples, listing it before SSH. There are no explicit Linux-specific instructions or examples, such as using native SSH clients or Linux credential formats. The documentation assumes familiarity with RDP and Windows-style authentication, and does not provide Linux/Unix-specific guidance or screenshots.
Recommendations:
- Provide Linux-specific examples, such as connecting from a Linux terminal using SSH, including sample commands and credential handling.
- Balance the order of protocol presentation: alternate or start with SSH (commonly used for Linux VMs) before RDP.
- Include screenshots or walkthroughs from both Windows and Linux environments, demonstrating the connection process from each.
- Clarify credential requirements for both Windows (username/password) and Linux (username/SSH key) scenarios.
- Mention and link to Linux-native tools (e.g., OpenSSH client) and how they interact with Azure Bastion.
Create pull request