Bias Analysis
Detected Bias Types
windows_first
windows_tools
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing Windows-specific environments (such as App Service Environment v3 'Windows plans only'), mentioning Windows Authentication as an option for on-premises SQL Server connections, and omitting any explicit guidance or examples for Linux-based environments or authentication mechanisms. There are no examples or instructions for Linux users, and Windows terminology and tools are mentioned without Linux equivalents.
Recommendations
- Provide explicit guidance and examples for connecting from Linux-based environments, including connection string formats and authentication options relevant to Linux.
- Clarify whether features (such as built-in connectors or authentication types) are available or supported on Linux-based App Service plans, and document any differences.
- Include Linux authentication options (such as Kerberos, if supported) or clarify their absence.
- When referencing Windows Authentication or Windows plans, also mention Linux alternatives or note if they are not available.
- Add examples or notes for Linux users where only Windows-specific instructions are given (e.g., for on-premises data gateway installation or authentication).
Create Pull Request