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
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows-first bias in the section on connecting to the VM, where it explicitly references RDP and links to Windows-specific connection instructions. The only example for connecting to the VM is via RDP, with no mention of SSH or Linux/macOS alternatives. Additionally, the link provided for connecting to a VM points to Windows instructions, reinforcing the Windows-centric approach.
Recommendations:
- Provide parallel instructions for connecting to the VM using SSH, which is common for Linux and macOS users, alongside the RDP/Windows instructions.
- Include a link to documentation on connecting to Linux VMs or using SSH clients on different platforms (Windows, Linux, macOS).
- When referencing remote access, avoid assuming the user is on Windows; instead, present both RDP and SSH as options, or clarify which is appropriate for different guest OS types.
- Ensure that all steps referencing tools or connection methods are platform-agnostic or offer alternatives for non-Windows users.
Create pull request