Bias Analysis
Detected Bias Types
windows_tools
powershell_heavy
missing_linux_example
windows_first
Summary
The documentation page demonstrates Windows bias by exclusively referencing the PowerShell upgrade tool for migration, without mentioning Linux-compatible alternatives (such as Azure CLI or REST API). All migration tool examples and recommendations are centered on PowerShell, a Windows-centric technology, and there are no examples or guidance for Linux or cross-platform users. The tool is mentioned multiple times as the primary or sole migration method, reinforcing Windows-first patterns.
Recommendations
- Include instructions and examples for migration using Azure CLI and/or REST API, which are cross-platform and work on Linux and macOS.
- Explicitly mention whether the PowerShell upgrade tool can be run on Linux/macOS (e.g., via PowerShell Core), and provide installation guidance if so.
- Provide parity in examples: for every PowerShell example, add an equivalent Azure CLI or REST API example.
- Add a section addressing migration for users on Linux/macOS, including troubleshooting and tool compatibility notes.
- Avoid recommending Windows-centric tools as the only or primary migration path; present alternatives equally.
Create Pull Request