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/azure-active-directory-events.md
+2-62Lines changed: 2 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,46 +14,14 @@ These events are triggered when a [User](/graph/api/resources/user) or [Group](/
14
14
15
15
| Event name | Description |
16
16
| ---------- | ----------- |
17
-
|**Microsoft.Graph.UserCreated**| Triggered when a user in Azure AD is created. |
18
-
|**Microsoft.Graph.UserUpdated**| Triggered when a user in Azure AD is updated. |
17
+
|**Microsoft.Graph.UserUpdated**| Triggered when a user in Azure AD is created and updated. |
19
18
|**Microsoft.Graph.UserDeleted**| Triggered when a user in Azure AD is deleted. |
20
-
|**Microsoft.Graph.GroupCreated**| Triggered when a group in Azure AD is created. |
21
-
|**Microsoft.Graph.GroupUpdated**| Triggered when a group in Azure AD is updated. |
19
+
|**Microsoft.Graph.GroupUpdated**| Triggered when a group in Azure AD is created and updated. |
22
20
|**Microsoft.Graph.GroupDeleted**| Triggered when a group in Azure AD is deleted. |
23
21
24
22
## Example event
25
23
When an event is triggered, the Event Grid service sends data about that event to subscribing destinations. This section contains an example of what that data would look like for each Azure AD event.
0 commit comments