Skip to content

Commit 297b955

Browse files
authored
TLS 1.0 and 1.1 depreciation
1 parent 37bd5bc commit 297b955

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/event-grid/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ 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)
67+
6568
## Use cases
6669

6770
Event Grid supports the following use cases:

0 commit comments

Comments
 (0)