Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by primarily referencing PowerShell scripts and commands for migration workflows, mentioning PowerShell before Azure CLI, and providing no Linux/Unix shell or cross-platform examples. The only explicit script sample is a PowerShell script, and the registration steps default to PowerShell before mentioning Azure CLI as an alternative. There are no bash or Linux-native command examples, and no guidance for Linux users is provided.
Recommendations
- Provide equivalent Bash or Azure CLI script examples alongside PowerShell for all command-line steps, especially for feature registration and migration workflows.
- Reference Azure CLI first or equally with PowerShell to avoid implying PowerShell is the primary or preferred method.
- Include links to both PowerShell and Bash/CLI sample scripts for migration assistant workflows.
- Explicitly state that all steps can be performed from Linux/macOS environments using Azure CLI or REST API, and provide any necessary prerequisites or notes for non-Windows users.
- Where possible, use cross-platform language in instructions (e.g., 'run this command in your shell' instead of 'run this PowerShell command').
Create Pull Request