Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page focuses exclusively on creating a new Windows VM by attaching an existing OS disk, with all command-line examples provided only in PowerShell. There are no Bash, Azure CLI, or Linux/macOS shell examples, nor is there any mention of Linux VM scenarios. The portal instructions are generic, but the command-line workflow is Windows-centric and omits Linux parity.
Recommendations
- Add equivalent Azure CLI or Bash examples for attaching an OS disk to a Linux VM.
- Clarify in the introduction whether the process is applicable to Linux VMs, or explicitly state if it is Windows-only.
- If the process is supported for Linux VMs, provide Linux-specific notes (e.g., SSH access, disk attachment flags, OS type selection).
- Ensure references to VM creation, disk attachment, and networking cover both Windows and Linux scenarios.
Create Pull Request