Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation page exhibits Windows bias by listing Windows Server OS support before Linux, providing more detail for Windows than Linux (two Windows versions vs. one Linux distro), and omitting concrete Linux deployment examples or tools. Windows tools and terminology (e.g., Stop-AzureRmVM, Remove-AzureRmVM) are referenced, while Linux equivalents are not mentioned. Linux users are directed to manual driver installation for Ubuntu, without step-by-step guidance or parity with Windows extension support.
Recommendations
- List supported Linux distributions and versions with equal detail and prominence as Windows.
- Provide Linux-specific deployment examples, including command-line steps (e.g., using Azure CLI, cloud-init, or ARM templates for Linux).
- Reference Linux tools and patterns (such as systemctl, apt/yum, or relevant Azure CLI commands) alongside Windows tools.
- Include troubleshooting and driver installation steps for Linux distros (not just a link), matching the detail given for Windows.
- Clarify whether features (such as GPU extension installation) are equally supported and automated for Linux, and document any differences.
- Avoid listing Windows OS support before Linux unless there is a technical reason; otherwise, present both together or alternate order.
Create Pull Request