So an old notice from azure resurface and it’s now the time to act.

If you got this message in mail we are having the same task to find out what to do.

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

I am not gonna talk about how Microsoft manage to make this very hard to get what need to be check. but so far here is what i do.

Go to azure portal and run this, it’s give you a starting point on what need to be check.

Look like the Graph explore only report on storage (sadly)

resources
| where isnotempty(properties['minimumTlsVersion']) 
| where properties['minimumTlsVersion'] != "TLS1_2" 
| project name, resourceGroup, properties.minimumTlsVersion

Now one by one, go to check the following SQL manage instance, SQL server

Here for Sql server manage instance.

and here for SQL server.

Leave a Reply

Your email address will not be published. Required fields are marked *