Skip to content

Commit 83eb79d

Browse files
Merge pull request #235180 from FaithOmbongi/patch-4
MS Graph change notification updates - Azure Event Grid
2 parents a7c45eb + 55898f1 commit 83eb79d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/event-grid/subscribe-to-graph-api-events.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
title: Azure Event Grid - Subscribe to Microsoft Graph API events
2+
title: Receive Microsoft Graph change notifications through Azure Event Grid (preview)
33
description: This article explains how to subscribe to events published by Microsoft Graph API.
44
ms.topic: how-to
55
ms.date: 09/01/2022
66
---
77

8-
# Subscribe to events published by Microsoft Graph API
8+
# Receive Microsoft Graph change notifications through Azure Event Grid (preview)
9+
910
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.
1011

1112
> [!IMPORTANT]
@@ -26,7 +27,7 @@ This article describes steps to subscribe to events published by Microsoft Graph
2627
2728

2829
## 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:
3031

3132
- 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).
3233
- 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:
9495
9596
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.
9697
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.
99100
100101
[!INCLUDE [activate-partner-topic](includes/activate-partner-topic.md)]
101102

0 commit comments

Comments
 (0)