Issues using TLS

ram doig 40 Reputation points
2026-01-16T13:44:49.9466667+00:00

If we change the minimum TLS version to 1.2 in configuration to our storage account, then we will have issues with our virtual machine or web applications (IIS, MSSQL Server, etc.)

We want to be sure to change this configuration about your high recommendation (Feb 3, 2026).

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
{count} votes

Answer accepted by question author
  1. Marcin Policht 77,660 Reputation points MVP Volunteer Moderator
    2026-01-16T14:03:33.3666667+00:00

    Changing the minimum TLS version of the Azure Storage account to TLS 1.2 should not impact your virtual machines or web applications as long as the operating systems, frameworks, and clients they use already support TLS 1.2, which is the case for all supported versions of Windows Server, IIS, .NET, and Microsoft SQL Server. TLS 1.2 has been the default and recommended secure protocol for several years, and modern Azure services and Microsoft platforms are designed to operate with it enabled.

    Potential issues would only arise if there are legacy applications, outdated operating systems, old SQL Server versions, or custom integrations that are explicitly limited to TLS 1.0 or 1.1 when connecting to the storage account. In such cases, those components would need to be updated or reconfigured before enforcing TLS 1.2. This change does not affect internal VM operations by itself; it only affects how clients negotiate encryption when accessing the storage account endpoints.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.