Skip to content

Commit fc0bfa0

Browse files
committed
Review, edit, Acrolynx, Learn Linter
1 parent 5c0f4f4 commit fc0bfa0

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/event-grid/microsoft-entra-events.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Microsoft Entra events
3-
description: This article describes Microsoft Entra event types and provides event samples.
4-
ms.topic: conceptual
5-
ms.date: 09/19/2023
3+
description: This article describes Microsoft Entra event types that are supported through Azure Event Grid, and also provides event samples.
4+
ms.topic: concept-article
5+
ms.date: 01/21/2025
6+
# Customer intent: I want to know what Microsoft Entra events are supported by Azure Event Grid.
67
---
78

89
# Microsoft Entra events
910

10-
This article provides the properties and schema for Microsoft Entra events, which are published by Microsoft Graph API. For an introduction to event schemas, see [CloudEvents schema](cloud-event-schema.md).
11+
This article provides the properties and schema for Microsoft Entra events that Microsoft Graph API publishes. For an introduction to event schemas, see [CloudEvents schema](cloud-event-schema.md).
1112

1213
## Available event types
1314
These events are triggered when a [User](/graph/api/resources/user) or [Group](/graph/api/resources/group) is created, updated, or deleted in Microsoft Entra ID or by operating over those resources using Microsoft Graph API.
@@ -178,15 +179,13 @@ The data object has the following properties:
178179
| `organizationId` | string | The Microsoft Entra tenant identifier. |
179180
| `eventTime` | string | The time when the resource state changed. |
180181
| `sequenceNumber` | string | A sequence number. |
181-
| `subscriptionExpirationDateTime` | string | The time in [RFC 3339](https://tools.ietf.org/html/rfc3339) format at which the Graph API subscription expires. |
182+
| `subscriptionExpirationDateTime` | string | The time in [Request for Comments (RFC) 3339](https://tools.ietf.org/html/rfc3339) format at which the Graph API subscription expires. |
182183
| `subscriptionId` | string | The Graph API subscription identifier. |
183184
| `tenantId` | string | The Microsoft Entra tenant identifier. |
184185

185186

186-
## Next steps
187+
## Related content
187188

188189
* For an introduction to Azure Event Grid's Partner Events, see [Partner Events overview](partner-events-overview.md)
189190
* For information on how to subscribe to Microsoft Graph API to receive Microsoft Entra events, see [subscribe to Azure Graph API events](subscribe-to-graph-api-events.md).
190-
* For information about Azure Event Grid event handlers, see [event handlers](event-handlers.md).
191191
* For more information about creating an Azure Event Grid subscription, see [create event subscription](subscribe-through-portal.md#create-event-subscriptions) and [Event Grid subscription schema](subscription-creation-schema.md).
192-
* For information about how to configure an event subscription to select specific events to be delivered, see [event filtering](event-filtering.md).

0 commit comments

Comments
 (0)