Bias Analysis
Detected Bias Types
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page references PowerShell as a primary example for interacting with Azure Migrate data, and does not provide Linux-specific examples or mention Linux-native tools (such as Bash or Azure CLI on Linux) with equal prominence. The ordering of tools (Azure portal, Azure CLI, PowerShell, REST APIs, Power BI) also places PowerShell before REST APIs and does not clarify cross-platform parity. No Linux-specific workflows or screenshots are provided.
Recommendations
- Add explicit examples for Linux users, such as Azure CLI commands run in Bash.
- Ensure that PowerShell and Azure CLI examples are presented side-by-side, or alternate their order to avoid Windows-first impression.
- Mention that Azure CLI and REST APIs are fully cross-platform and provide sample queries for both Windows and Linux environments.
- Include screenshots or terminal output from Linux environments where applicable.
- Clarify that PowerShell Core is cross-platform, if referenced, and provide installation guidance for Linux if needed.
Create Pull Request