How to disable on the TLS1.0 on the Azure Frontend blob storage server

Samuel Roby Varghese 0 Reputation points
2025-06-17T10:58:43.6566667+00:00

We can see the server is also accepting TLS1.0 and TLS1.1, Can we disable this from server. We have configured in storage account settings to use “Minimum TLS” as TLS1.2. But can we get this blocked from server level as well.

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

1 answer

Sort by: Most helpful
  1. Vedprakash Rote 180 Reputation points Microsoft External Staff Moderator
    2025-06-17T12:35:37.1733333+00:00

    Hi @Samuel Roby Varghese

    To assist you better, could you kindly clarify what you mean by the "frontend server" in this context? Are you referring to the Azure Blob Storage service itself, or is there an additional component (such as a proxy or application gateway) in front of it?

    Your clarification will help us provide more accurate guidance.

    Based on your clarification,

    Setting the Minimum TLS version to 1.2 in the Azure portal ensures that clients cannot negotiate connections using TLS 1.0 or 1.1.

    SSL scanning tools may still show TLS 1.0/1.1 as "available" because the Azure frontend infrastructure (like CDN or public IP endpoints) still technically supports them for backward compatibility.

    Disabling TLS 1.0/1.1 at the Endpoint Level: Currently, Azure does not allow disabling TLS 1.0/1.1 at the public endpoint or CDN level for Blob Storage.

    TLS 1.0 and 1.1 support will be removed for new & existing Azure storage accounts starting Nov 2025 | Microsoft Community Hub

    Azure’s global frontend infrastructure may still respond to TLS 1.0/1.1 handshakes for compatibility, even if the storage account enforces TLS 1.2, This behavior is not configurable by customers at the IP or CDN level.


Your answer

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