You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/traffic-manager/traffic-manager-FAQs.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: traffic-manager
5
5
author: asudbring
6
6
ms.service: azure-traffic-manager
7
7
ms.topic: concept-article
8
-
ms.date: 01/28/2025
8
+
ms.date: 06/25/2025
9
9
ms.author: allensu
10
10
# Customer intent: As a Cloud Architect, I want to understand Azure Traffic Manager functionalities and limitations, so that I can effectively implement it for DNS-based traffic routing and ensure optimal performance of my distributed applications.
11
11
---
@@ -104,6 +104,36 @@ To avoid service disruptions, resources that interact with Traffic Manager must
104
104
105
105
For information about migrating from TLS 1.0 and 1.1 to TLS 1.2, see [Solving the TLS 1.0 Problem](/security/engineering/solving-tls1-problem).
106
106
107
+
### What TLS cipher suites are supported by Azure Traffic Manager?
108
+
109
+
Azure Traffic Manager supports modern TLS cipher suites for TLS 1.2 and TLS 1.3 to ensure secure communications. The following cipher suites are supported:
110
+
111
+
**TLS 1.3 Cipher Suites**
112
+
113
+
These are associated with **Protocol 772** (which corresponds to TLS 1.3):
114
+
115
+
| Cipher Suite | Protocol |
116
+
|--------------|----------|
117
+
| TLS_AES_256_GCM_SHA384 | 772 |
118
+
| TLS_AES_128_GCM_SHA256 | 772 |
119
+
120
+
**TLS 1.2 Cipher Suites**
121
+
122
+
These are associated with **Protocol 771** (TLS 1.2) and/or 65277 (used by some systems as an internal/custom code for TLS 1.2):
These cipher suites provide strong encryption and are compliant with modern security standards. Traffic Manager automatically negotiates the best available cipher suite during the TLS handshake process.
0 commit comments