Bias Analysis
Detected Bias Types
windows_tools
windows_first
missing_linux_example
Summary
The documentation page demonstrates Windows bias primarily in troubleshooting and configuration guidance. It references Windows-specific file paths (e.g., %windir%\System32\drivers\etc\services and hosts), and configuration files (e.g., Microsoft.PowerBI.EnterpriseGateway.exe.config), without providing equivalent instructions for Linux environments. The troubleshooting steps and examples for resolving network service name and host resolution issues are exclusively tailored for Windows, and there is no mention of how to perform these tasks on Linux-based installations of the data gateway. Additionally, Windows terminology and tools are presented first and exclusively, with no Linux parity.
Recommendations
- Add equivalent troubleshooting instructions for Linux environments, including file paths (e.g., /etc/hosts, /etc/services) and configuration steps.
- Clarify whether the on-premises data gateway and SAP connector are supported on Linux, and if so, provide Linux-specific setup and troubleshooting guidance.
- Where configuration files or service management are referenced (e.g., restarting the gateway), include Linux commands (e.g., systemctl restart service-name) alongside Windows instructions.
- Review all examples and ensure that any Windows-specific references are accompanied by Linux alternatives, or explicitly state platform limitations.
- Consider adding a platform support matrix or section to highlight differences and guide users on both Windows and Linux.
Create Pull Request