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 Windows bias by referencing Windows-specific tools (PowerShell) for VM creation from restored disks, linking to Windows OS disk swap documentation, and providing more detailed guidance for Windows scenarios. Linux-specific instructions are minimal and appear after Windows content, with Linux restore steps condensed to a single section and lacking concrete examples or commands.
Recommendations:
- Provide equivalent Linux CLI (az CLI, Bash) examples for restoring VMs from disks, alongside or before PowerShell examples.
- Include links to Linux OS disk swap documentation, not just Windows.
- Expand the 'Restore an encrypted Linux VM' section with step-by-step instructions and command-line examples (e.g., using az CLI or ARM templates).
- Ensure that Linux and Windows procedures are presented in parallel, with equal detail and visibility.
- Avoid referencing Windows tools (like PowerShell) as the only automation method; always mention cross-platform alternatives.
Create pull request