Is there a way to tell if any of our deployed resources are using TLS <1.2?

Chris Blakely 20 Reputation points
2024-10-25T21:11:02.9266667+00:00

We received an Azure alert that says:

"Action recommended: Ensure your resources that interact with Azure services are using TLS 1.2 by 31 October 2024"

What tools are available to help us determine if any of our components are using TLS < 1.2?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,772 questions
{count} votes

Accepted answer
  1. rvinnakota 4,760 Reputation points Moderator
    2024-10-25T23:30:23.5633333+00:00

    Hi Chris Blakely,
    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    You need to validate your individual resources if you have configure TLS 1.0 or 1.1 for any azure services. In case if you have deployed your services on azure then you need to make sure that you are using TLS 1.2 for communication.

    You can use the steps here:

    https://jamescook.dev/azure-tls-end-of-support-2024#heading-how-to-tell-if-my-resource-uses-anything-below-tls-12

    Then you will need to know what apps are connecting to these services and check the protocols being used.


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.
    User's image

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.