Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page for Wave Planning in Azure Migrate demonstrates a Windows bias by listing PowerShell as a primary example for exporting data, mentioning Windows-centric tools before Linux alternatives, and omitting explicit Linux command-line examples. The Azure CLI is mentioned, but PowerShell is listed first and no Linux-specific guidance is provided.
Recommendations
- Include explicit Linux command-line examples (e.g., bash scripts, Linux shell usage) for tasks such as exporting data.
- List Azure CLI before PowerShell to avoid Windows-first ordering, or present both equally.
- Mention cross-platform compatibility for all tools, clarifying which commands work on Linux, macOS, and Windows.
- Add examples using Linux-native tools (e.g., curl, jq) for interacting with REST APIs.
- Provide screenshots or instructions from Linux environments where applicable.
Create Pull Request