Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
windows_tools
Summary
The documentation page on Wave Planning in Azure Migrate demonstrates a Windows bias by referencing PowerShell and Windows-centric tools (Azure CLI, PowerShell, Azure portal) for exporting and querying data, without providing Linux-specific examples or mentioning Linux-native tools. The order of tool presentation also places Windows tools (PowerShell) before alternatives, and there are no explicit Linux shell (bash) or cross-platform command examples.
Recommendations
- Include Linux shell (bash) examples alongside PowerShell for common operations, such as querying Azure Resource Graph.
- Mention cross-platform tools (e.g., az CLI) before platform-specific ones like PowerShell.
- Provide explicit instructions for Linux users, such as using curl for REST APIs or jq for JSON parsing.
- Clarify that Azure CLI and REST APIs are cross-platform and can be used on Linux, macOS, and Windows.
- Add screenshots or walkthroughs from Linux environments where applicable.
Create Pull Request