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/application-gateway/application-gateway-tls-version-retirement.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application gateway
5
5
author: jaesoni
6
6
ms.service: azure-application-gateway
7
7
ms.topic: concept-article
8
-
ms.date: 09/04/2025
8
+
ms.date: 10/09/2025
9
9
ms.author: mbender
10
10
ms.custom:
11
11
- build-2025
@@ -35,12 +35,12 @@ The predefined policies 20150501 and 20170401 that support TLS v1.0 and 1.1 will
35
35
36
36
### Custom policies for V2 SKUs
37
37
38
-
Azure Application Gateway V2 SKU offers two types of custom policies: Custom and CustomV2. The retirement of these TLS versions affects only the "Custom" policy. The newer "CustomV2" policy comes with TLS v1.3. Beyond August 2025, the older Custom policy will support only TLS v1.2 and the following cipher suites won't be supported.
38
+
Azure Application Gateway V2 SKU offers two types of custom policies: Custom and CustomV2. The retirement of these TLS versions affects only the "Custom" policy. The newer "CustomV2" policy comes with TLS v1.3 and also v1.2. Beyond August 2025, the older Custom policy will support only TLS v1.2 and the following cipher suites won't be supported.
39
39
40
40
| Unsupported cipher suites |
41
41
| ---------- |
42
-
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 |
43
-
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 |
42
+
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 * |
43
+
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 * |
44
44
| TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 |
45
45
| TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 |
46
46
| TLS_DHE_RSA_WITH_AES_256_CBC_SHA |
@@ -52,6 +52,8 @@ Azure Application Gateway V2 SKU offers two types of custom policies: Custom and
52
52
| TLS_RSA_WITH_3DES_EDE_CBC_SHA |
53
53
| TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA |
54
54
55
+
\* These cipher suites are available with the CustomV2 policy.
56
+
55
57
### Predefined policies for V1 SKUs
56
58
57
59
The V1 SKU will only support the 20170401S policy after the older policies with TLS versions 1.0 and 1.1 are discontinued. The newer 20220101 or 20220101S policies won't be available for the soon-to-be-retired V1 SKU.
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-release-notes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ For workload specific versions, see [HDInsight 5.x component versions](./hdinsig
55
55
* Grafana login now supported for Entra clusters.
56
56
57
57
* C++ CodeQL scanning enabled for better static analysis coverage.
58
+
* Managed Identity (MI) based authentication for SQL databases is now supported in non-public clouds. For more information see, [Use Managed Identity for SQL Database authentication in Azure HDInsight](./use-managed-identity-for-sql-database-authentication-in-azure-hdinsight.md)
0 commit comments