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
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by prioritizing Windows-specific guidance and tools, providing examples and links for Windows scenarios first or exclusively, and omitting equivalent Linux-specific instructions. PowerShell and Windows-centric workflows are referenced without parallel Linux/CLI examples, and several links and guidance are Windows-only.
Recommendations:
- Provide parallel Linux examples and guidance wherever Windows/PowerShell instructions are given, especially for restore operations, network configuration, and post-restore steps.
- Include links to Linux documentation (e.g., restoring Linux VMs, using Azure CLI/Bash for VM creation and disk attachment) alongside or before Windows links.
- When referencing tools like PowerShell, also mention Azure CLI or Bash scripts for Linux users.
- For post-restore steps, add Linux-specific troubleshooting (e.g., resetting SSH keys, reconfiguring cloud-init, handling Linux agents) with relevant commands and links.
- Balance scenario tables and guidance to include both Windows and Linux VM restore scenarios, not just Windows-centric features (e.g., Hybrid Use Benefit, domain controllers, SQL VMs).
- Ensure that all code snippets and command-line instructions have Linux/CLI equivalents, not just Windows CMD/PowerShell.
Create pull request