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 demonstrates a Windows bias by referencing only the Windows virtual machine creation quickstart in the prerequisites and not mentioning or linking to the equivalent Linux VM documentation. There are no command-line examples (PowerShell, CLI, Bash), but the only example VM is Windows, and Linux is not referenced at all.
Recommendations:
- In the prerequisites, provide links to both Windows and Linux VM creation quickstarts (e.g., /azure/virtual-machines/linux/quick-create-portal).
- Explicitly state that the process applies to both Windows and Linux VMs, or provide examples for both.
- Where example VM names or screenshots are used, consider using neutral or alternating examples (e.g., myWinVM and myLinuxVM) to show parity.
- If mentioning RDP for Windows, also mention SSH for Linux in the context of remote access.
- Review other sections for implicit Windows assumptions and ensure Linux users are equally supported.
Create pull request