Skip to content

Commit c79235f

Browse files
Merge pull request #279113 from ccompy/patch-2
Update transport-layer-security-configure-minimum-version.md
2 parents bd5b66c + 65390f6 commit c79235f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/service-bus-messaging/transport-layer-security-configure-minimum-version.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: EldertGrootenboer
88
ms.service: service-bus-messaging
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.topic: article
11-
ms.date: 09/26/2022
11+
ms.date: 06/24/2024
1212
ms.author: egrootenboer
1313
---
1414

@@ -18,6 +18,13 @@ Azure Service Bus namespaces permit clients to send and receive data with TLS 1.
1818

1919
You can configure the minimum TLS version using the Azure portal or Azure Resource Manager (ARM) template.
2020

21+
> [!WARNING]
22+
> As of 31 October 2024, TLS 1.0 and TLS 1.1 will no longer be supported on Azure. [TLS 1.0 and TLS 1.1 end of support announcement](https://azure.microsoft.com/updates/azure-support-tls-will-end-by-31-october-2024-2/) The minimum TLS version will be 1.2 for all Service Bus deployments.
23+
24+
> [!IMPORTANT]
25+
> On 31 October 2024, TLS 1.3 will be enabled for AMQP traffic. TLS 1.3 is already enabled for HTTPS traffic. Java clients may have a problem with TLS 1.3 due to a dependency on an older version of Proton-J. For more details, read [Java client changes to support TLS 1.3 with Azure Service Bus and Azure Event Hubs](https://techcommunity.microsoft.com/t5/messaging-on-azure-blog/java-client-changes-to-support-tls-1-3-with-azure-service-bus/ba-p/4089355)
26+
27+
2128
## Specify the minimum TLS version in the Azure portal
2229
You can specify the minimum TLS version when creating a Service Bus namespace in the Azure portal on the **Advanced** tab.
2330

0 commit comments

Comments
 (0)