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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation shows a Windows bias by providing explicit PowerShell instructions for restoring VMs from disks, referencing Windows-specific tools (such as OS disk swap documentation pointing to Windows), and only mentioning Linux-specific steps as a brief afterthought. There are no Linux CLI or automation examples, and Windows/PowerShell approaches are prioritized or exclusively detailed.
Recommendations:
- Provide equivalent CLI and automation examples for Linux, such as using Azure CLI or Bash scripts to create a VM from restored disks.
- Include links to Linux-specific documentation for operations like OS disk swap, not just Windows.
- Ensure Linux restore steps are as detailed as Windows/PowerShell steps, including example commands and troubleshooting.
- Present Windows and Linux instructions in parallel or with equal prominence, rather than relegating Linux to a separate, less-detailed section.
Create pull request