Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
powershell_heavy
Summary
The documentation page demonstrates a Windows bias by referencing PowerShell in the context of creating and sharing self-hosted integration runtimes, and by omitting explicit Linux examples or instructions for installation, management, or troubleshooting. The documentation assumes the reader is familiar with Windows-centric tools and patterns, such as referencing 'customer managed machine' without specifying OS options, and linking to PowerShell-based guides before mentioning any cross-platform alternatives. There is no mention of Linux-specific installation steps, tools, or considerations, nor are there examples for Linux users.
Recommendations
- Include explicit Linux installation and configuration instructions for self-hosted integration runtime, alongside Windows guides.
- Provide Linux shell (bash) examples for common tasks such as setup, diagnostics, and sharing, in addition to PowerShell.
- Reference cross-platform tools and patterns (e.g., systemd for service management on Linux, Linux firewall configuration) where appropriate.
- Clarify that self-hosted integration runtime can be installed on both Windows and Linux machines, and highlight any OS-specific considerations.
- Ensure parity in troubleshooting and maintenance documentation for both Windows and Linux environments.
Create Pull Request