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 referencing Windows support and tools (such as the self-hosted integration runtime being supported on Windows), mentioning Windows compatibility before any Linux equivalent (with no explicit mention of Linux support), and omitting Linux-specific instructions or examples for setting up the integration runtime or connector. There are no Linux command-line or configuration examples, and the prerequisites section only links to Windows requirements.
Recommendations:
- Explicitly state whether the self-hosted integration runtime and Hive connector are supported on Linux, and provide a link to Linux prerequisites if available.
- Add Linux-specific setup instructions or examples for the self-hosted integration runtime and Hive connector, including any differences in configuration or file paths.
- Include example commands or scripts for Linux environments (e.g., shell scripts, Linux service management) alongside or before Windows/Powershell examples.
- Clarify any limitations or differences in feature support between Windows and Linux environments.
- Ensure that all references to operating system requirements or compatibility are balanced and not Windows-centric.
Create pull request