Skip to content

Commit 164dc9c

Browse files
Merge pull request #278233 from spelluru/graph0612
Added a note about Updated events for create
2 parents fe9a146 + 8450fbe commit 164dc9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ This article provides the properties and schema for Microsoft Entra events, whic
1212
## Available event types
1313
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.
1414

15+
> [!NOTE]
16+
> Currently, `UserUpdated` or `GroupUpdated` event is generated when a user or a group is created. It's a known issue and will be fixed in the future release.
17+
1518
| Event name | Description |
1619
| ---------- | ----------- |
1720
| **Microsoft.Graph.UserUpdated** | Triggered when a user in Microsoft Entra ID is **created** or **updated**. |
@@ -186,4 +189,4 @@ The data object has the following properties:
186189
* 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).
187190
* For information about Azure Event Grid event handlers, see [event handlers](event-handlers.md).
188191
* 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).
189-
* For information about how to configure an event subscription to select specific events to be delivered, see [event filtering](event-filtering.md). You may also want to refer to [filter events](how-to-filter-events.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)