Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation displays a Windows bias by referencing Windows support and tools (such as the integration runtime) without mentioning Linux equivalents or support. There are no Linux-specific instructions, examples, or clarifications, and the only operating system mentioned for the self-hosted integration runtime is Windows. This may lead Linux users to believe that Linux is unsupported or less prioritized.
Recommendations
- Explicitly state whether the self-hosted integration runtime supports Linux, and if so, provide setup instructions or a link to relevant documentation.
- Include Linux-specific examples or clarify any differences in configuration paths (e.g., keyFilePath, trustedCertPath) for Linux environments.
- If Linux is unsupported, clearly mention this limitation early in the documentation.
- Reference both Windows and Linux in prerequisites and supported platforms, not just Windows.
- Provide troubleshooting tips or notes for common Linux deployment scenarios, if applicable.
Create Pull Request