Skip to content

Commit fafe401

Browse files
author
gitName
committed
update eg how-to
1 parent 56f55d0 commit fafe401

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/api-management/how-to-event-grid.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: dlepow
55
ms.topic: how-to
66
ms.service: azure-api-management
77
ms.author: danlep
8-
ms.date: 11/2/2021
8+
ms.date: 05/06/2025
99
ms.custom: devx-track-azurecli
1010
---
1111

@@ -15,6 +15,13 @@ ms.custom: devx-track-azurecli
1515

1616
API Management integrates with [Azure Event Grid](../event-grid/overview.md) so that you can send event notifications to other services and trigger downstream processes. Event Grid is a fully managed event routing service that uses a publish-subscribe model. Event Grid has built-in support for Azure services like [Azure Functions](../azure-functions/functions-overview.md) and [Azure Logic Apps](../logic-apps/logic-apps-overview.md), and can deliver event alerts to non-Azure services using webhooks.
1717

18+
You can subscribe to the following types of API Management events:
19+
20+
* **Control plane events**: These events are generated when you create, update, or delete certain API Management resources. For example, you can receive an event when a new user or new product is created in your API Management instance.
21+
* **Data plane events** (preview): These events are generated during operation of the API Management gateway. Currently, API Management can generate events for [backend circuit breakers](backends.md#circuit-breaker) and for the lifecycle of self-hosted gateway [authentication tokens](self-hosted-gateway-enable-azure-ad.md#).
22+
23+
For a complete list of available events, see the [Event Grid schema for API Management](../event-grid/event-schema-api-management.md).
24+
1825
For example, using integration with Event Grid, you can build an application that updates a database, creates a billing account, and sends an email notification each time a user is added to your API Management instance.
1926

2027
In this article, you subscribe to Event Grid events in your API Management instance, trigger events, and send the events to an endpoint that processes the data. To keep it simple, you send events to a sample web app that collects and displays the messages:

0 commit comments

Comments
 (0)