Skip to content

Commit 5fe4279

Browse files
Merge pull request #289327 from spelluru/note1028
TLS Note for Event Grid
2 parents 0d7c132 + fc0c0a3 commit 5fe4279

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Deprecation of Transport Layer Security (TLS) 1.0 and 1.1
3+
description: The include file contains a note about deprecation of TLS 1.0 and 1.1.
4+
author: robece
5+
ms.service: azure-event-grid
6+
ms.topic: include
7+
ms.date: 10/28/2024
8+
ms.author: robece
9+
---
10+
11+
> [!NOTE]
12+
> **Regarding TLS 1.0 / 1.1 deprecation**: For system topics, you need to take action only for the event delivery to webhook destinations. If the destination supports TLS 1.2, the event delivery happens using 1.2. If the destination doesn't support TLS 1.2, the event delivery automatically falls back to 1.0 and 1.1. Post March 1st, 2025, event delivery using 1.0 and 1.1 won't be supported. Ensure that your webhook destinations support TLS 1.2. One easy way to check for TLS 1.2 support is to use [Qualys SSL Labs](https://www.ssllabs.com/ssltest/). If the report shows that TLS 1.2 is supported, no action is required. For more information, see the following blog post: [Retirement: Upcoming TLS changes for Azure Event Grid](https://azure.microsoft.com/updates/v2/TLS-changes-for-Azure-Event-Grid)

articles/event-grid/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ Event Grid offers a rich mixture of features. These features include:
6262
- **High throughput** - Build high-volume integrated solutions with Event Grid.
6363
- **Custom domain names** - Allows users to assign their own domain names to Event Grid namespace's HTTP endpoints, enhancing security and simplifying client configuration.
6464

65-
> [!NOTE]
66-
> **Regarding TLS 1.0 / 1.1 deprecation**: For system topics, you need to take action only for the event delivery to webhook destinations. If the destination supports TLS 1.2, the event delivery happens using 1.2. If the destination doesn't support TLS 1.2, the event delivery automatically falls back to 1.0 and 1.1. Post Oct 31st 2024, event delivery using 1.0 and 1.1 won't be supported. Ensure that your webhook destinations support TLS 1.2. One easy way to check for TLS 1.2 support is to use [Qualys SSL Labs](https://www.ssllabs.com/ssltest/). If the report shows that TLS 1.2 is supported, no action is required. For more information, see the following blog post: [Retirement: Upcoming TLS changes for Azure Event Grid](https://azure.microsoft.com/updates/v2/TLS-changes-for-Azure-Event-Grid)
65+
[!INCLUDE [tls-note.md](./includes/tls-note.md)]
6766

6867
## Use cases
6968

@@ -163,7 +162,7 @@ You can configure **private links** to connect to Azure Event Grid to **publish
163162

164163
Here's the list of regions where the new MQTT broker and namespace topics features are available:
165164

166-
| | | | |
165+
| Region | Region | Region | Region |
167166
| -- | -- | -- | -- |
168167
| Australia East | Australia South East | Australia Central |Australia Central 2 |
169168
| Brazil South | Brazil Southeast | Canada Central | Canada East |

articles/event-grid/sdk-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.devlang: csharp
1111

1212
Event Grid provides SDKs that enable you to programmatically manage your resources and post events.
1313

14-
> [!NOTE]
15-
> **Regarding TLS 1.0 / 1.1 deprecation**: For system topics, you need to take action only for the event delivery to webhook destinations. If the destination supports TLS 1.2, the event delivery happens using 1.2. If the destination doesn't support TLS 1.2, the event delivery automatically falls back to 1.0 and 1.1. Post Oct 31st 2024, event delivery using 1.0 and 1.1 won't be supported. Ensure that your webhook destinations support TLS 1.2. One easy way to check for TLS 1.2 support is to use [Qualys SSL Labs](https://www.ssllabs.com/ssltest/). If the report shows that TLS 1.2 is supported, no action is required. For more information, see the following blog post: [Retirement: Upcoming TLS changes for Azure Event Grid](https://azure.microsoft.com/updates/v2/TLS-changes-for-Azure-Event-Grid)
14+
[!INCLUDE [tls-note.md](./includes/tls-note.md)]
1615

1716
## Management SDKs
1817

0 commit comments

Comments
 (0)