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 exclusively demonstrates deploying a Windows Server VM, with instructions and screenshots focused on RDP (Remote Desktop Protocol) for access, which is specific to Windows environments. There are no examples or guidance for deploying Linux VMs, nor are SSH or Linux-specific access methods mentioned. The only OS image suggested is Windows Server, and the only remote access port discussed is RDP (3389), with no mention of SSH (22) or Linux authentication patterns.
Recommendations:
- Include parallel instructions and screenshots for deploying a Linux VM (e.g., Ubuntu or CentOS) alongside the Windows example.
- Add steps for configuring SSH access (port 22) and generating/uploading SSH keys for Linux VMs.
- Mention both RDP (for Windows) and SSH (for Linux) in the 'Connect to virtual machine' section, with clear guidance for each.
- In the 'Image' selection step, show how to choose both Windows and Linux images, or at least mention that Linux images are supported.
- Provide security recommendations for SSH access similar to those given for RDP.
Create pull request