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:
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates bias by omitting Linux-specific examples and tools. All example steps focus on using the Azure Portal and Bastion, which are often associated with RDP (a Windows protocol) and do not mention SSH or Linux command-line workflows. There are no Linux-specific instructions or references to common Linux administration patterns (e.g., using SSH, CLI tools, or Linux firewall configuration).
Recommendations:
- Add example steps for connecting to Linux VMs using SSH via Azure Bastion, including both portal and CLI workflows.
- Include references to Linux-native tools and patterns (e.g., iptables, firewalld, or ufw for network rules).
- Provide parity in examples by showing both Windows (RDP) and Linux (SSH) connection scenarios.
- Mention Azure CLI and Azure PowerShell equally, and provide command-line examples for both platforms.
- Clarify that Bastion supports both RDP (Windows) and SSH (Linux), and show how to use each.
Create pull request