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
⚠️
powershell_heavy
Summary:
The documentation demonstrates a mild Windows bias, primarily by mentioning Windows/PowerShell before Linux/Bash in instructions for connecting to VMs. The SSH command examples use Windows-style paths (backslashes) and reference PowerShell, with Linux/Mac users mentioned secondarily. No explicit Linux tools or commands are omitted, but the ordering and example formatting favor Windows users.
Recommendations:
- Present Linux/Bash and Windows/PowerShell instructions in parallel, or alternate which is mentioned first.
- Use platform-neutral path examples (e.g., ./Downloads/lb-key-pair.pem) or provide both Windows and Linux/Mac variants.
- Explicitly show both Bash and PowerShell prompts and commands where relevant.
- Add a note clarifying differences in path separators and shell usage between platforms.
- Ensure that any screenshots or command snippets do not implicitly assume a Windows environment.
Create pull request