Bias Analysis
Detected Bias Types
windows_tools
missing_linux_example
windows_first
Summary
The documentation repeatedly references the PowerShell upgrade module/tool as the primary method for migration, without mentioning Linux/macOS alternatives (such as Azure CLI, Bash scripts, or cross-platform tools). No Linux/macOS-specific instructions or examples are provided, and PowerShell is presented as the default solution for early migration.
Recommendations
- Add instructions and examples for using Azure CLI or REST API for migration, which are cross-platform.
- Explicitly state whether the PowerShell upgrade module can be used on Linux/macOS (via PowerShell Core), and provide installation guidance if so.
- If PowerShell is required, clarify cross-platform compatibility and provide alternative methods for users who prefer Bash or other Linux-native tools.
- Present migration tool options in a neutral order (not Windows-first), and highlight parity for Linux/macOS users.
Create Pull Request