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
⚠️
windows_first
Summary:
The documentation demonstrates a Windows bias in its guidance for configuring SSL verification with the ODBC driver. It exclusively references Windows file paths (e.g., C:\Windows\ServiceProfiles...) and does not provide equivalent instructions or examples for Linux-based Self-hosted Integration Runtime (SHIR) servers. There are no Linux-specific examples or mentions of Linux file locations, and the only operating system-specific guidance is for Windows.
Recommendations:
- Add equivalent instructions and file paths for configuring SSL certificates on Linux-based SHIR servers (e.g., ~/.postgresql/root.crt or /etc/ssl/certs/).
- Explicitly mention that the ODBC driver and SHIR can be run on both Windows and Linux, and provide OS-agnostic or dual-platform guidance where applicable.
- Include Linux-based examples or notes wherever Windows-specific paths, tools, or procedures are mentioned.
- Review all examples and configuration steps to ensure Linux users are not excluded or left to infer the correct steps for their environment.
Create pull request