Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
windows_tools
Summary
The documentation page describes integration runtime options in Azure Data Factory but implicitly assumes a Windows-centric environment for self-hosted integration runtimes. There are references to on-premises machines, SQL Server, and certificates, but no mention of Linux support, Linux installation, or examples for Linux-based deployments. Linked articles and tooling (such as the diagnostic tool and PowerShell-based instructions) further reinforce a Windows-first perspective. There are no explicit Linux instructions, examples, or parity in tooling references.
Recommendations
- Explicitly mention that self-hosted integration runtime can be installed on both Windows and Linux (if supported), and provide guidance for both platforms.
- Include Linux-specific installation and configuration examples alongside or before Windows/PowerShell examples.
- Reference Linux-compatible tools and commands (e.g., Bash scripts, systemd services) where appropriate.
- Ensure that linked articles (such as those for creating shared runtimes or using diagnostic tools) include Linux instructions or alternatives.
- Clarify any platform-specific limitations or differences in features, maintenance, or monitoring.
- Add examples of using Linux-based on-premises data sources and integration runtime nodes.
Create Pull Request