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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by explicitly stating that the connector supports Windows versions (with a link to Windows prerequisites), without mentioning Linux or cross-platform support for the self-hosted integration runtime. There are no Linux-specific instructions, examples, or parity notes, and no mention of Linux compatibility or requirements for self-hosted integration runtime. All tooling and environment assumptions are Windows-centric.
Recommendations:
- Explicitly state whether the self-hosted integration runtime supports Linux, and if so, provide a link to Linux prerequisites and installation instructions.
- Add Linux-specific examples or notes, especially for environments where the integration runtime can be run on Linux (e.g., via Docker).
- If Linux is not supported, clearly state this limitation early in the documentation.
- Ensure parity in documentation structure and examples for both Windows and Linux environments where applicable.
- Reference cross-platform tools and patterns (e.g., Docker, CLI) where possible, not just Windows-native approaches.
Create pull request