Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
missing_linux_example
windows_first
Summary
The documentation page demonstrates a strong Windows bias. All command-line examples use PowerShell, which is native to Windows. The installation instructions and tool downloads are exclusively for Windows, referencing Windows-specific UI elements and installation steps (e.g., 'Add or Remove Programs', Windows setup wizards). There are no Linux or cross-platform instructions, nor any mention of Linux-compatible tools or CLI alternatives. The documentation assumes the user is operating on a Windows machine throughout.
Recommendations
- Provide equivalent command-line examples using Bash or Azure CLI for Linux users.
- Include installation instructions for Linux (and macOS if supported), specifying prerequisites and steps for those platforms.
- Mention whether the self-hosted integration runtime is supported on Linux, and if not, clarify this limitation early in the documentation.
- If the integration runtime is Windows-only, suggest alternative approaches for Linux environments or link to relevant resources.
- Avoid Windows-specific terminology (e.g., 'Add or Remove Programs') or provide Linux/macOS equivalents where possible.
- Add a platform support matrix or note at the top of the documentation to clarify OS compatibility.
Create Pull Request