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, which is most commonly used on Windows, and recommends Fiddler—a Windows-centric tool—for verifying TLS versions. There are no examples for Linux-based client environments or alternative verification tools, and Windows tools are mentioned before any cross-platform or Linux equivalents.
Recommendations:
- Include examples for configuring TLS in common Linux environments, such as using Python, Java, or Node.js clients.
- Suggest cross-platform or Linux-native tools for verifying TLS versions, such as Wireshark, tcpdump, or OpenSSL s_client.
- Present verification tools in a platform-neutral way, mentioning both Windows and Linux options.
- Clarify that .NET Core and .NET 5+ are cross-platform and provide guidance for Linux users if .NET is to be used.
- Add explicit instructions or references for Linux users to ensure parity and inclusivity.
Create pull request