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:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing PowerShell automation for gateway management, mentioning the 'gateway Windows service account', and lacking any Linux-specific instructions or examples for installing or managing the on-premises data gateway. There is no mention of Linux support, tools, or equivalent automation methods, and all troubleshooting and operational guidance assumes a Windows environment.
Recommendations:
- Explicitly state whether the on-premises data gateway supports installation and operation on Linux systems. If not supported, clarify this limitation early in the documentation.
- If Linux is supported, provide installation and management instructions for Linux, including command-line examples (e.g., using bash, systemd for service management).
- Include Linux-specific troubleshooting steps, such as how to restart the gateway service on Linux.
- Offer automation examples for Linux environments (e.g., using shell scripts or Azure CLI) alongside PowerShell examples.
- Avoid referring exclusively to 'gateway Windows service account'; instead, use OS-neutral language or provide both Windows and Linux variants.
Create pull request