Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page displays Windows bias in several ways: Windows instructions and links are consistently listed before Linux equivalents (e.g., disk initialization), and the only provided script for cleaning up stale Site Recovery configurations is a PowerShell script (.ps1), with no mention of a Linux/bash alternative. There are no Linux-specific troubleshooting scripts or command examples for common tasks, and the guidance assumes use of Windows tooling for automation and scripting.
Recommendations
- Present Windows and Linux instructions side-by-side or in parallel, rather than listing Windows first.
- Provide bash or Azure CLI script alternatives for tasks currently covered only by PowerShell scripts, such as cleaning up stale Site Recovery configurations.
- Include Linux-specific troubleshooting steps and examples where relevant, especially for automation tasks.
- Explicitly mention cross-platform tools (e.g., Azure CLI) and provide examples for both Windows and Linux environments.
- Review all linked resources to ensure Linux parity in guidance and examples.
Create Pull Request