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
Summary:
The documentation, while mentioning both Windows and Linux VMs, demonstrates a Windows bias by providing PowerShell commands as the only example for identifying a VM's associated Key Vault, referencing BitLocker (Windows) before dm-crypt (Linux) in the ADE section, and omitting equivalent Linux/CLI commands or examples. There are no explicit Linux command-line examples or references to Linux-native tools, and the only command-line example is Windows PowerShell.
Recommendations:
- Provide equivalent Azure CLI or Bash examples alongside PowerShell commands, especially for tasks like identifying the Key Vault associated with a VM.
- When describing ADE, mention Linux (dm-crypt) and Windows (BitLocker) in parallel, and provide links to both Windows and Linux disk encryption documentation equally.
- Ensure that all procedural steps that reference command-line actions include both Windows (PowerShell) and Linux (CLI/Bash) variants.
- Add Linux-specific troubleshooting links and examples where relevant.
- Review the order of OS mentions to avoid always listing Windows first, and strive for parity in example depth and detail.
Create pull request