TLS 1.2 version usage on app service

bala sai 0 Reputation points
2025-05-23T15:21:17.24+00:00

We have enabled HIPAA policies and one of the initiative says app service should have latest version of TLS. Although we are using 1.2 TLS version then why it still flagging as non complaint, However, TLS 1.3 is the latest version but even though TLS 1.2 accepted and none of the article says TLS 1.2 is deprecated.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Alekhya Vaddepally 1,670 Reputation points Microsoft External Staff Moderator
    2025-05-27T18:04:50.37+00:00

    Hi bala sai,
    TLS 1.2 is actually widely accepted and used as a default version for Azure App service. As long as you have set your minimum TLS version 1.2 in the Azure portal, you should complete that compliance focus.

    However, some compliance initiative may look for full latest safe protocols, which is currently TLS 1.3. If the policy emphasizes the "latest version", it can flag down your app service as it does not yet support TLS 1.3, or because it is not set as a minimum version if that option is available.

    You can go to your azure portal and check:

    Navigate your app on service. Go to TLS/SSL Settings.-> protocol settings, ensure that the 'minimum TLS version' is set on TLS 1.2.

    Keep a record of this configuration change for any compliance audit, as it shows that you are following TLS 1.2 as the minimum version.

    Finally, keep an eye on the Azure update about TLS 1.3 support for app services and consider the plan to adopt it after being available in your area.
    https://learn.microsoft.com/en-us/azure/app-service/overview-tls
    if you have any further concerns or queries, please feel free to reach out to us.

    0 comments No comments

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.