Does an Update of minimum TLS version of your Azure Storage account to 1.2 affect its working

Harshitha Ramesh 0 Reputation points
2025-03-10T15:26:36.14+00:00

Does an Update of minimum TLS version of your Azure Storage account to 1.2 affect its working. Is cost involved or require any downtime for the changes?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,411 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Amrinder Singh 5,715 Reputation points Microsoft Employee
    2025-03-11T06:25:54.9766667+00:00

    Hi Harshitha Ramesh - Thanks for reaching out over Q&A Forum.

    From the effect standpoint, if there are any calls that are hitting storage on lower version such as TlS1.0 or TLS 1.1, after setting the min TLS version as TLS 1.2 on the account, those calls shall tend to fail. If the calls are hitting on TLS1.2 already, then it should not affect.

    https://learn.microsoft.com/en-us/azure/storage/common/transport-layer-security-configure-migrate-to-tls2?source=recommendations

    https://learn.microsoft.com/en-us/azure/storage/common/transport-layer-security-configure-minimum-version?source=recommendations&tabs=portal

    There is no cost involved in making the changes and also no downtime required as it a configuration change.

    To ensure there is no connectivity issue, you can check for current version of calls hitting the storage and plan ahead.

    https://learn.microsoft.com/en-us/azure/storage/blobs/monitor-blob-storage?tabs=azure-portal

    Hope the above answer helps! Please let us know do you have any further queries.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members. 

    0 comments No comments

  2. Nandamuri Pranay Teja 1,035 Reputation points Microsoft External Staff
    2025-03-11T10:44:26.66+00:00

    Hello Ramesh,

    I understand that your inquiry regarding whether the costs associated with the update of the minimum TLS version of your Azure Storage account to 1.2 will have any impact or necessitate any downtime.Please be informed that updating the minimum TLS version incurs no expenses. This modification is purely a configuration adjustment and does not necessitate any downtime. The complete propagation of this change throughout the system may take as long as 30 seconds.

    For example, any applications or services, be utilizing TLS 1.0 or TLS 1.1 at present, those requests will be unsuccessful following the transition to TLS 1.2. Applications already using TLS 1.2 will continue to function without any issues. So Updating the minimum TLS version of your Azure Storage account to 1.2 should not affect its operation if your applications are already using TLS 1.2. There is no cost associated with this change, and it does not require any downtime, although it may take up to 30 seconds for the change to fully propagate

    References: https://learn.microsoft.com/en-us/azure/storage/common/transport-layer-security-configure-migrate-to-tls2

    Hope the above answer helps! Please let us know do you have any further queries.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members. 


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.