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 exhibits a mild Windows bias, particularly in the section describing how to configure TLS/SSL truststores for the self-hosted integration runtime. File paths are shown in Windows (C:\MyTrustStoreFile) format, and there is no mention of Linux file paths or examples. The documentation also omits explicit Linux command-line or environment variable examples, and does not clarify how to perform equivalent steps on Linux-based self-hosted IR machines.
Recommendations:
- Provide parallel Linux examples for file paths (e.g., /home/user/MyTrustStoreFile) wherever Windows paths are shown.
- Explicitly mention that the self-hosted integration runtime can run on both Windows and Linux, and clarify any OS-specific requirements.
- Include Linux command-line examples for openssl commands (even if the commands are the same, show Linux-style paths and shell syntax).
- Document environment variable configuration (e.g., TNS_ADMIN) for both Windows and Linux, showing how to set them in each OS.
- Add a note or table summarizing any differences or additional steps for Linux users, especially for truststore placement and permissions.
Create pull request