Sad Tux - Windows bias detected
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

Detected 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 Status Result
2026-01-14 00:00 #250 in_progress Biased Biased
2026-01-13 00:00 #246 completed Biased Biased
2026-01-11 00:00 #240 completed Biased Biased
2026-01-10 00:00 #237 completed Biased Biased
2026-01-09 00:34 #234 completed Biased Biased
2026-01-08 00:53 #231 completed Biased Biased
2026-01-06 18:15 #225 cancelled Clean Clean
2025-08-17 00:01 #83 cancelled Clean Clean
2025-07-13 21:37 #48 completed Clean Clean
2025-07-12 23:44 #41 cancelled Biased 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