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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a Windows bias by referencing Windows-specific security features (such as BitLocker and credential protection), mentioning Windows operating systems before Linux in prerequisites, and focusing on Windows-centric terminology in the VBS section. There are no Linux-specific examples or equivalent Linux security tooling mentioned, and Linux support is only briefly acknowledged.
Recommendations:
- Provide Linux-specific examples of vTPM usage, such as using LUKS/dm-crypt for disk encryption or Secure Boot with Linux distributions.
- Mention Linux security features (e.g., measured boot, IMA/EVM, SELinux) alongside Windows features like BitLocker and credential protection.
- List supported guest OSes in a neutral or alternating order (e.g., 'Linux, Windows Server 2008 and later, Windows 7 and later') or provide separate guidance for each.
- In the VBS section, clarify applicability to both Windows and Linux, or explicitly state if VBS is Windows-only.
- Include links to Linux documentation or guides for configuring vTPM and Secure Boot in popular distributions.
Create pull request