Bias Analysis
Detected Bias Types
windows_tools
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation repeatedly references the PowerShell upgrade tool as the primary method for migration, without mentioning Linux/macOS alternatives or cross-platform tools. There are no Bash, CLI, or platform-neutral examples, and PowerShell is suggested in both the main flow and FAQ as the go-to solution. This creates friction for Linux/macOS users who may not have access to PowerShell or prefer native tools.
Recommendations
- Include Azure CLI or REST API alternatives for migration steps, with examples.
- Explicitly state PowerShell's cross-platform availability, or provide installation guidance for Linux/macOS.
- Add Bash or shell script examples for exporting and processing assessment results.
- Mention any GUI or portal-based migration options for users who prefer not to use PowerShell.
- Clarify tool compatibility and limitations for non-Windows platforms.
Create Pull Request