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 creation of a Windows VM in the prerequisites and omitting any mention or example of Linux virtual machines. There are no Linux-specific instructions, links, or parity in the examples, which may lead Linux users to feel unsupported or uncertain about the process.
Recommendations:
- Include references and links to both Windows and Linux VM creation guides in the prerequisites section (e.g., add a link to 'Create a Linux VM in the Azure portal').
- Explicitly state that the instructions apply to both Windows and Linux VMs, unless there are platform-specific differences.
- Where examples refer to a VM (e.g., 'myVM1'), clarify that it can be either a Windows or Linux VM.
- If there are any platform-specific steps (such as verifying network settings inside the VM), provide both Windows and Linux command examples.
- Review all sections for implicit Windows assumptions and ensure Linux users are equally guided.
Create pull request