Securing data traffic
SQL Database and SQL Managed instance data traffic is always encrypted if the client driver supports SSL/TLS encryption. Data between a managed instance, a SQL database, and an Azure VM or any Azure service never leaves the Azure backbone network. All the communication within Azure happens using this Azure backbone. For on-premises connections, Microsoft recommends setting up Azure ExpressRoute, which helps to avoid sending data over the internet. For public endpoint access, Microsoft peering configuration is required for an ExpressRoute circuit for public communication.
Let's look at how to enforce a minimum Transport Layer Security (TLS) version for SQL Database or SQL Managed Instance.
Enforcing a minimal TLS version for SQL Database and SQL Managed Instance
A minimum TLS version allows users to control the version of TLS used by SQL Database and SQL Managed Instance.
Currently, SQL Database and SQL Managed Instance support TLS 1.0, 1.1...