Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
Summary
The documentation page repeatedly references the PowerShell upgrade tool as the primary or sole migration method, with no mention of Linux-compatible alternatives (such as Bash scripts, Azure CLI, or cross-platform tools). There are no examples or guidance for users on Linux or macOS, and the migration workflow is described only in terms of PowerShell usage, which is traditionally Windows-centric.
Recommendations
- Add instructions and examples for using Azure CLI or REST API for migration, which are cross-platform.
- Explicitly mention whether the PowerShell upgrade tool can be used on Linux/macOS (via PowerShell Core), and provide installation/setup guidance for those platforms.
- Include sample migration workflows or scripts for Bash or other Linux-native environments.
- List alternative tools or approaches for users who do not have access to Windows or prefer non-PowerShell solutions.
- Ensure parity in documentation by presenting Linux/macOS options alongside Windows/PowerShell, not only as an afterthought.
Create Pull Request