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:
Summary:
The documentation contains a subtle Windows bias in the section discussing supported cipher suites. It specifically recommends cipher suite configurations for Windows 10 and later, and discusses compatibility with older Windows versions (Windows 8.1, 8, and 7), without mentioning Linux or macOS compatibility or providing guidance for those platforms. There are no command-line examples, but the only OS-specific advice is Windows-centric.
Recommendations:
- Include information about cipher suite compatibility and recommendations for popular Linux distributions and macOS, not just Windows.
- If mentioning OS-specific compatibility, provide parity by listing or linking to resources for verifying or configuring TLS cipher suites on Linux and macOS.
- Add a note or section on how to check or update supported cipher suites on Linux servers (e.g., using OpenSSL or relevant configuration files), to ensure cross-platform guidance.
- Avoid phrasing that implies Windows is the default or primary platform for clients; instead, use inclusive language that addresses all major operating systems.
Create pull request