Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation generally provides parity between Windows and Linux, with separate sections and examples for each OS. However, in several command examples (such as extension status, update, and removal), only the Windows extension name is shown, and Linux equivalents are omitted. Additionally, in some sections, Windows examples or references appear before Linux, indicating a subtle 'Windows-first' ordering bias.
Recommendations
- For every CLI or PowerShell example referencing the Windows extension, include the Linux equivalent (using AzureMigrateCollectorForLinux).
- In sections like 'Extension status and health', 'Update and removal', and 'Troubleshooting', provide both Windows and Linux commands/examples side by side or in parallel subsections.
- When listing OS-specific instructions, alternate the order or present both OSes together to avoid implicit prioritization.
- Explicitly state when a command or path applies to both Windows and Linux, or clarify differences.
Create Pull Request