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_tools
⚠️
missing_linux_example
Summary:
The documentation demonstrates a bias towards Windows environments by requiring the SAP Connector for Microsoft .NET (a Windows-only component) as a prerequisite for the self-hosted integration runtime. There are no instructions, examples, or guidance for Linux-based integration runtimes or SAP connectors. All setup steps, tooling, and screenshots implicitly assume a Windows environment, and there is no mention of Linux compatibility or alternatives.
Recommendations:
- Explicitly state whether Linux-based self-hosted integration runtimes are supported or not for SAP table integration. If not supported, clarify this limitation early in the prerequisites section.
- If Linux support is possible (e.g., via Java connectors or other cross-platform SAP libraries), provide equivalent setup instructions and examples for Linux environments.
- Include a table or section comparing Windows and Linux support for SAP connectors, listing any differences in prerequisites, setup, or functionality.
- Where screenshots or instructions are Windows-specific, add notes or alternative steps for Linux users (if applicable).
- If only Windows is supported, suggest workarounds for Linux users, such as running the integration runtime in a Windows VM or container.
Create pull request