Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation page demonstrates a Windows bias by referencing on-premises environments and tools in a way that implicitly assumes Windows as the default platform. Examples and linked articles (e.g., 'create-shared-self-hosted-integration-runtime-powershell.md') focus on PowerShell and Windows-centric management. There is no mention of Linux-specific installation, configuration, or troubleshooting steps for self-hosted integration runtime, nor are Linux tools or patterns (such as systemd, bash, or Linux firewall management) discussed. The diagnostic and maintenance tools referenced are not described in a cross-platform manner.
Recommendations
- Add explicit instructions and examples for installing and managing self-hosted integration runtime on Linux systems, including supported distributions.
- Provide Linux-specific troubleshooting steps and mention relevant tools (e.g., systemd for service management, bash scripts for automation).
- Include parity in diagnostic tool usage and log collection for Linux environments.
- Reference both PowerShell and Bash/CLI examples when discussing automation or configuration.
- Clarify support for Linux-based on-premises environments and provide links to Linux-focused documentation where available.
Create Pull Request