Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation demonstrates Windows bias in several ways: Windows instructions and links are presented before Linux equivalents, especially in disk initialization. The cleanup steps for stale Site Recovery configurations exclusively reference a PowerShell script (.ps1) with no mention of a Linux/bash alternative, implying that only Windows users are supported for these operations. There are no Linux-specific examples or scripts for key troubleshooting tasks, and the use of Windows-centric tooling (PowerShell) is prevalent.
Recommendations
- Provide Linux/bash script equivalents for the cleanup of stale Site Recovery configurations, or document how Linux users can perform these steps using Azure CLI.
- Present Windows and Linux instructions in parallel, or alternate which platform is listed first to avoid implicit prioritization.
- Include explicit Linux examples for all troubleshooting steps, especially those currently covered only by PowerShell scripts.
- Reference cross-platform tools (such as Azure CLI) where possible, and clarify which steps are platform-agnostic.
Create Pull Request