Skip to content

Commit e52e821

Browse files
authored
more clarification
1 parent 69d355a commit e52e821

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/event-grid/azure-active-directory-events.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ These events are triggered when a [User](/graph/api/resources/user) or [Group](/
1515
| Event name | Description |
1616
| ---------- | ----------- |
1717
| **Microsoft.Graph.UserUpdated** | Triggered when a user in Azure AD is created and updated. |
18-
| **Microsoft.Graph.UserDeleted** | Triggered when a user in Azure AD is deleted. |
18+
| **Microsoft.Graph.UserDeleted** | Triggered when a user in Azure AD is permanently deleted. |
1919
| **Microsoft.Graph.GroupUpdated** | Triggered when a group in Azure AD is created and updated. |
20-
| **Microsoft.Graph.GroupDeleted** | Triggered when a group in Azure AD is deleted. |
20+
| **Microsoft.Graph.GroupDeleted** | Triggered when a group in Azure AD is permanently deleted. |
21+
22+
> [!NOTE]
23+
> By default, deleting a user or a group is only a soft delete operation, which means that the user or group is marked as deleted but the user or group object still exists. Microsoft Graph sends an updated event when users are soft deleted. To permanently delete a user, navigate to the **Delete users** page in the Azure portal and select **Delete permanently**. Steps to permanently delete a group are similar.
2124
2225
## Example event
2326
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

Comments
 (0)