This page contains Windows bias

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:
⚠️ windows_first
⚠️ missing_linux_example
⚠️ windows_tools
Summary:
The documentation exclusively addresses enabling and configuring TLS 1.2 on Windows systems, with all examples, instructions, and references tailored to Windows (registry edits, Windows KB articles, .NET Framework on Windows, SChannel). There is no mention of Linux systems, nor are there instructions or examples for enabling or verifying TLS 1.2 on Linux-based Azure Site Recovery components, if supported.
Recommendations:
  • Add a section describing how to verify and enable TLS 1.2 on Linux machines, if Azure Site Recovery supports Linux workloads.
  • Provide Linux-specific examples, such as configuration file changes (e.g., OpenSSL, GnuTLS, or relevant agent settings) and command-line instructions to check TLS support.
  • Include references to Linux documentation or tools for managing TLS protocols.
  • Clarify in the introduction or prerequisites if Azure Site Recovery only supports Windows, or explicitly state the scope of the documentation.
  • Ensure parity in troubleshooting steps and error messages for both Windows and Linux platforms.
GitHub Create pull request

Scan History

Date Scan ID Status Bias Status
2025-08-17 00:01 #83 in_progress ✅ Clean
2025-07-13 21:37 #48 completed ✅ Clean
2025-07-12 23:44 #41 in_progress ❌ Biased

Flagged Code Snippets

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "Enabled"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319] "SystemDefaultTlsVersions"=dword:00000001