Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
missing_linux_example
Summary
The documentation page demonstrates a strong Windows bias. All command-line examples are exclusively provided using PowerShell, a tool primarily associated with Windows environments. There are no Bash, Azure CLI, or Linux-native command examples. The prerequisites and instructions for scripting and automation focus on Azure PowerShell, with no mention of cross-platform alternatives. The referenced links and terminology (e.g., 'Hyper-V', 'PowerShell Az module') further reinforce a Windows-centric approach. Linux is only mentioned in passing, and there are no step-by-step examples for Linux users.
Recommendations
- Add equivalent Azure CLI and Bash examples for all PowerShell commands, especially for core replication and failover operations.
- Include instructions for installing and using Azure CLI on Linux and macOS, alongside PowerShell.
- Reference Linux tools and workflows (e.g., Bash scripts, cron jobs) where appropriate.
- Ensure that all automation and scripting sections provide parity between Windows and Linux environments.
- Explicitly state platform compatibility for each tool or command, and provide guidance for cross-platform users.
- Add screenshots and walkthroughs from Linux environments (e.g., Ubuntu terminal) in addition to Windows PowerShell.
- Review and update terminology to be inclusive of both Windows and Linux users (e.g., avoid assuming PowerShell as the default).
Create Pull Request