Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page exhibits a strong Windows bias, especially in the manual migration section, where all command-line examples and scripts are provided exclusively in PowerShell. There are no CLI/bash examples, and the only automation tooling mentioned outside PowerShell is Terraform (which is cross-platform but not shown in detail). The prerequisites and troubleshooting sections also reference PowerShell modules and commands without Linux/macOS alternatives. The order of presentation consistently puts PowerShell before Terraform, and no Azure CLI or bash examples are provided for Linux/macOS users.
Recommendations
- Add equivalent Azure CLI/bash examples for all PowerShell commands and scripts, especially for manual migration and troubleshooting.
- Explicitly mention that PowerShell Core is available cross-platform, but provide Azure CLI alternatives for users who prefer native Linux/macOS tools.
- In prerequisites, clarify that Azure CLI can be used for Linux/macOS users and provide installation instructions.
- Present Terraform and Azure CLI examples before or alongside PowerShell to avoid Windows-first ordering.
- Where scripts are provided, offer downloadable bash/CLI scripts for Linux/macOS users.
Create Pull Request