Skip to content

Commit ec02606

Browse files
authored
Merge pull request #299213 from spelluru/whatisnew0501
What is new and an image
2 parents 39437fd + 7223679 commit ec02606

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

articles/event-grid/authenticate-with-namespaces-using-webhook-authentication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ In this step, you configure custom webhook authentication settings on your Event
106106
1. For **Token audience URI**, enter the value of Microsoft Entra application ID or URI to get the access token that will be included as the bearer token in delivery requests.
107107
1. For **Microsoft Entra tenant ID**, enter the value of Microsoft Entra tenant ID used to acquire the bearer token for authenticated webhook delivery.
108108
1. Select **Apply**.
109+
110+
:::image type="content" source="./media/authenticate-with-namespaces-using-webhook-authentication/configure-webhook-authentication.png" alt-text="Screenshot that shows the configuration of webhook authentication for an Event Grid namespace." lightbox="./media/authenticate-with-namespaces-using-webhook-authentication/configure-webhook-authentication.png":::
109111
110112
### Use Azure CLI
111113
Loading

articles/event-grid/whats-new.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,42 @@
22
title: What's new? Azure Event Grid
33
description: Learn what is new with Azure Event Grid, such as the latest release notes, known issues, bug fixes, deprecated functionality, and upcoming changes.
44
ms.topic: overview
5-
ms.date: 11/18/2024
5+
ms.date: 05/01/2024
66
---
77

88
# What's new in Azure Event Grid?
99

1010
Azure Event Grid receives improvements on an ongoing basis. To stay up to date with the most recent developments, this article provides you with information about the features that are added or updated in a release.
1111

12+
## May 2025
13+
The following features of Event Grid Namespaces moved from public preview to general availability (GA).
14+
15+
- [Cross-tenant delivery in the basic tier](cross-tenant-delivery-using-managed-identity.md)
16+
- Event Hubs
17+
- Service Bus (queues and topics)
18+
- Storage queues
19+
- MQTT compliance – [Message ordering](mqtt-support.md#message-ordering) is supported now.
20+
- [MQTT limits](quotas-limits.md) change:
21+
- Segments per topic/ topic filter : 15
22+
- MQTT Connect Rate per Client Session : 1 connection attempt per second per client session.
23+
24+
The following features are released in Preview:
25+
26+
- [Network Security Perimeter (NSP) support for inbound and outbound communication in Azure Event Grid topics and domains](configure-network-security-perimeter.md)
27+
- [Managed identity support for webhook delivery](deliver-events-using-managed-identity.md#deliver-events-to-webhooks-using-managed-identity)
28+
- [Cross-tenant delivery in the basic tier](cross-tenant-delivery-using-managed-identity.md)
29+
- Webhooks
30+
- Namespacetopics
31+
- [Cross-tenant delivery in the standard tier (Event Grid namespaces)](cross-tenant-delivery-using-managed-identity.md)
32+
- Event Hubs
33+
- Webhooks
34+
- Blob storage (Dead letter storage)
35+
- [OAuth 2.0 (JSON Web Token) authentication ( Refresh- with Direct upload of PEM certificates)](authenticate-with-namespaces-using-json-web-tokens.md#configure-oauth-20-jwt-authentication-settings-on-your-event-grid-namespace---direct-upload)
36+
- [Custom Webhook Authentication](authenticate-with-namespaces-using-webhook-authentication.md)
37+
- [Send MQTT events directly to Microsoft Fabric using Azure Event Grid ](mqtt-events-fabric.md)
38+
- MQTT Compliance – [Supports assigned client identifier](mqtt-support.md#assigned-client-identifiers-preview).
39+
- [MQTT limit change](quotas-limits.md) – Inbound MQTT publishing requests per session : 1000 messages per second.
40+
1241
## November 2024
1342
The following features of Event Grid Namespaces moved from public preview to general availability (GA).
1443

0 commit comments

Comments
 (0)