Skip to content

Commit 8f2f7fb

Browse files
Merge pull request #227392 from spelluru/egridgraph0204
Graph API events - private preview
2 parents 7178494 + 5900635 commit 8f2f7fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ms.date: 09/01/2022
88
# Subscribe to events published by Microsoft Graph API
99
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.
1010

11+
> [!IMPORTANT]
12+
> Microsoft Graph API's ability to send events to Azure Event Grid is currently in **private preview**.
13+
1114
|Microsoft event source |Resource(s) | Available event types |
1215
|:--- | :--- | :----|
1316
|Azure Active Directory| [User](/graph/api/resources/user), [Group](/graph/api/resources/group) | [Azure AD event types](azure-active-directory-events.md) |
@@ -49,7 +52,7 @@ Besides the ability to subscribe to Microsoft Graph API events via Event Grid, y
4952
## Enable Graph API events to flow to your partner topic
5053

5154
> [!IMPORTANT]
52-
> Microsoft Graph API's (MGA) ability to send events to Event Grid (a generally available service) is in private preview. In the following steps, you will follow instructions from [Node.js](https://github.com/microsoftgraph/nodejs-webhooks-sample), [Java](https://github.com/microsoftgraph/java-spring-webhooks-sample), and[.NET Core](https://github.com/microsoftgraph/aspnetcore-webhooks-sample) Webhook samples to enable flow of events from Microsoft Graph API. At some point in the sample, you will have an application registered with Azure AD. Email your application ID to <a href="mailto:[email protected]?subject=Please allow my application ID">mailto:[email protected]?subject=Please allow my Azure AD application with ID to send events through Graph API</a> so that the Microsoft Graph API team can add your application ID to allow list to use this new capability.
55+
> In the following steps, you will follow instructions from [Node.js](https://github.com/microsoftgraph/nodejs-webhooks-sample), [Java](https://github.com/microsoftgraph/java-spring-webhooks-sample), and[.NET Core](https://github.com/microsoftgraph/aspnetcore-webhooks-sample) Webhook samples to enable flow of events from Microsoft Graph API. At some point in the sample, you will have an application registered with Azure AD. Email your application ID to <a href="mailto:[email protected]?subject=Please allow my application ID">mailto:[email protected]?subject=Please allow my Azure AD application with ID to send events through Graph API</a> so that the Microsoft Graph API team can add your application ID to allow list to use this new capability.
5356
5457
You request Microsoft Graph API to send events by creating a Graph API subscription. When you create a Graph API subscription, the http request should look like the following sample:
5558

0 commit comments

Comments
 (0)