Bias Analysis
Detected Bias Types
windows_tools
powershell_heavy
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias in several areas: certificate management instructions and examples exclusively reference Windows tools (e.g., certmgr.exe, PowerShell, Windows certificate stores), and all step-by-step guides for viewing or adding certificates use PowerShell and Windows-centric UI. There are no equivalent instructions or examples for Linux environments, nor are Linux certificate stores or command-line tools (such as openssl or Linux file paths) mentioned. Windows terminology and tools are presented first and exclusively, with no parity for Linux users.
Recommendations
- Add instructions for managing certificates on Linux hosts, including using openssl and Linux file system paths.
- Provide examples for viewing and adding certificates using Linux shell commands (e.g., openssl, keytool) and describe where certificates should be placed on Linux-based App Service hosts.
- Clarify whether the MQ connector and Logic Apps can run on Linux-based App Service plans, and if so, document the Linux-specific steps for certificate management and troubleshooting.
- Where PowerShell scripts are referenced, provide equivalent bash or shell commands for Linux users.
- Reference Linux certificate stores (such as /etc/ssl/certs) and explain how to validate and import certificates in those environments.
- Ensure that troubleshooting and error messages include guidance for both Windows and Linux users.
Create Pull Request