Bias Analysis
Detected Bias Types
windows_first
windows_tools
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a noticeable Windows bias. Windows Server Failover Clusters (WSFC) are mentioned as the primary use case for shared disk support, with explicit OS support listed only for Windows Server. PowerShell support is highlighted, but there is no mention of equivalent Linux tools or commands. Windows OS features (Trusted Launch, shared disk, failover clustering) are described in detail and appear before Linux equivalents, which are only briefly mentioned (e.g., Trusted Launch for Linux in preview, with Windows already GA). No Linux-specific examples, tools, or patterns are provided for disaster recovery scenarios.
Recommendations
- Include Linux-specific examples and scenarios for shared disk and failover clustering (e.g., support for Pacemaker, Corosync, or other Linux clustering solutions).
- Provide parity in tooling by mentioning and giving examples for Linux command-line tools (such as Bash scripts, Azure CLI, or Ansible) alongside PowerShell.
- Explicitly list supported Linux distributions and versions where OS support is discussed.
- Ensure that feature announcements and documentation sections present Windows and Linux support together, rather than Windows first.
- Add troubleshooting and monitoring guidance for Linux workloads, including integration with Linux-native monitoring tools.
Create Pull Request