About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by exclusively referencing Windows VMs for the self-hosted Integration Runtime (IR) and omitting any mention of Linux support or examples. All instructions for deploying self-hosted IR specify Windows, and there are no Linux-specific guidance, commands, or parity notes. This may give the impression that Linux is unsupported or not recommended, even though self-hosted IR can run on Linux (with some limitations).
Recommendations:
- Explicitly mention whether self-hosted Integration Runtime supports Linux, and if so, provide equivalent instructions for deploying on Linux VMs.
- Wherever the documentation says 'install self-hosted IR on a Windows VM', add a note or section for Linux users, including prerequisites and installation steps.
- If there are limitations or differences for Linux-based IR (e.g., features not supported), clearly document them so users can make informed decisions.
- Provide example configurations and monitoring guidance for both Windows and Linux environments.
- Avoid language that implies Windows is the only or default option unless it is truly required.
Create pull request