You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/subscribe-to-graph-api-events.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
-
title: Azure Event Grid - Subscribe to Microsoft Graph API events
2
+
title: Receive Microsoft Graph change notifications through Azure Event Grid (preview)
3
3
description: This article explains how to subscribe to events published by Microsoft Graph API.
4
4
ms.topic: how-to
5
5
ms.date: 09/01/2022
6
6
---
7
7
8
-
# Subscribe to events published by Microsoft Graph API
8
+
# Receive Microsoft Graph change notifications through Azure Event Grid (preview)
9
+
9
10
This article describes steps to subscribe to events published by Microsoft Graph API. The following table lists the resources for which events are available through Graph API. For every resource, events for create, update and delete state changes are supported.
10
11
11
12
> [!IMPORTANT]
@@ -26,7 +27,7 @@ This article describes steps to subscribe to events published by Microsoft Graph
26
27
27
28
28
29
## Why should I use Microsoft Graph API as a destination?
29
-
Besides the ability to subscribe to Microsoft Graph API events via Event Grid, you have [other options](/graph/change-notifications-delivery) through which you can receive similar notifications (not events). Consider using Microsoft Graph API to deliver events to Event Grid if you have at least one of the following requirements:
30
+
Besides the ability to subscribe to Microsoft Graph API events via Event Grid, you have [other options](/graph/webhooks#receiving-change-notifications) through which you can receive similar notifications (not events). Consider using Microsoft Graph API to deliver events to Event Grid if you have at least one of the following requirements:
30
31
31
32
- You're developing an event-driven solution that requires events from Azure Active Directory, Outlook, Teams, etc. to react to resource changes. You require the robust eventing model and publish-subscribe capabilities that Event Grid provides. For an overview of Event Grid, see [Event Grid concepts](concepts.md).
32
33
- You want to use Event Grid to route events to multiple destinations using a single Graph API subscription and you want to avoid managing multiple Graph API subscriptions.
@@ -94,8 +95,8 @@ Here are some of the key headers and payload properties:
94
95
95
96
When you create a Graph API subscription with a `notificationUrl` bound to Event Grid, a partner topic is created in your Azure subscription. For that partner topic, you [configure event subscriptions](event-filtering.md) to send your events to any of the supported [event handlers](event-handlers.md) that best meets your requirements to process the events.
96
97
97
-
#### Microsoft Graph API Explorer
98
-
For quick tests and to get to know the API, you could use the [Microsoft Graph API explorer](/graph/graph-explorer/graph-explorer-features). For anything else beyond casuals tests or learning, you should use the Graph SDKs.
98
+
#### Test APIs using Graph Explorer
99
+
For quick tests and to get to know the API, you could use the [Graph Explorer](/graph/graph-explorer/graph-explorer-features). For anything else beyond casuals tests or learning, you should use the Microsoft Graph SDKs.
0 commit comments