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:
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation provides only a .NET example for configuring TLS, which is most commonly associated with Windows environments, and references Fiddler—a Windows-centric tool—for verifying TLS versions. There are no examples or tool recommendations for Linux or cross-platform environments, and Windows tools are mentioned first and exclusively.
Recommendations:
- Add examples for configuring TLS in client applications using common Linux-compatible languages and frameworks (e.g., Python, Java, Node.js).
- Include instructions or examples for verifying TLS versions using cross-platform or Linux-native tools such as Wireshark, tcpdump, or OpenSSL.
- When mentioning tools, provide both Windows and Linux alternatives, or recommend cross-platform tools first.
- Clarify that the .NET example is applicable on both Windows and Linux (if true), or provide equivalent Linux-specific guidance.
Create pull request