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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a mild Windows bias. Windows tools and patterns (e.g., PowerShell, RDP) are often mentioned first or exclusively, and some examples or instructions are more detailed for Windows than Linux. While Linux is referenced, parity in examples and tool coverage is lacking in some sections.
Recommendations:
- When listing supported images or tools, present Azure CLI (cross-platform) examples before or alongside PowerShell, and ensure both Windows and Linux are equally represented.
- Provide explicit Linux command-line examples (e.g., SSH connection commands, Linux-specific disk mounting instructions) where only Windows (RDP) or PowerShell examples are given.
- In portal instructions, detail both RDP (Windows) and SSH (Linux) connection steps, including example commands for SSH.
- Ensure that all code snippets and tool references (e.g., for checking purchase plan info, mounting disks, etc.) have both Windows and Linux variants, or clarify when a step is OS-agnostic.
- Where possible, use neutral language (e.g., 'Connect via RDP (Windows) or SSH (Linux)') and avoid always listing Windows first.
Create pull request