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/role-based-access-control/elevate-access-global-admin.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -339,12 +339,16 @@ When you call `elevateAccess`, you create a role assignment for yourself, so to
339
339
340
340
## View elevate access log entries
341
341
342
-
When access is elevated, an entry is added to the logs. As a Global Administrator in Microsoft Entra ID, you might want to check when access was elevated and who did it. Elevate access log entries appear in both the Directory audit logs and the Directory Activity logs. This section describes different ways that you can view the elevate access log entries.
342
+
When access is elevated, an entry is added to the logs. As a Global Administrator in Microsoft Entra ID, you might want to check when access was elevated and who did it. Elevate access log entries appear in both the directory audit logs and the directory activity logs. This section describes different ways that you can view the elevate access log entries.
343
+
344
+
### Difference between log types
345
+
346
+
Elevated access log entries for directory audit logs and directory activity logs include similar information. However, the directory audit logs are easier to filter and export. The export capability enables you to stream access events, which can be used for your alert and detection solutions such as Microsoft Sentinel or other systems.
> Elevate access log entries in the Directory audit logs is currently in preview.
351
+
> Elevate access log entries in the directory audit logs is currently in preview.
348
352
> This preview version is provided without a service level agreement, and it's not recommended for production workloads. Certain features might not be supported or might have constrained capabilities.
349
353
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
350
354
@@ -356,17 +360,23 @@ When access is elevated, an entry is added to the logs. As a Global Administrato
356
360
357
361
Elevated access logs are displayed.
358
362
363
+
:::image type="content" source="./media/elevate-access-global-admin/entra-id-audit-logs-filter.png" alt-text="Screenshot of directory audit logs with Service filter set to Azure RBAC (Elevated Access)." lightbox="./media/elevate-access-global-admin/entra-id-audit-logs-filter.png":::
364
+
359
365
1. To view when access was elevated, select one of the following audit logs to view the details.
360
366
361
367
`User has elevated their access to User Access Administrator for their Azure Resources`
362
368
369
+
:::image type="content" source="./media/elevate-access-global-admin/entra-id-audit-logs-elevated-details.png" alt-text="Screenshot of directory audit logs that shows audit log details when access is elevated." lightbox="./media/elevate-access-global-admin/entra-id-audit-logs-elevated-details.png":::
370
+
363
371
1. To view when elevated access was removed, select one of the following audit logs to view the details.
364
372
365
373
`The role assignment of User Access Administrator has been removed from the user`
366
374
367
375
1. To download and view the payload of the events in the JSON format, select **Download** and **JSON**.
:::image type="content" source="./media/elevate-access-global-admin/entra-id-audit-logs-download.png" alt-text="Screenshot of directory audit logs that shows the Download Audit Logs pane to download logs." lightbox="./media/elevate-access-global-admin/entra-id-audit-logs-download.png":::
0 commit comments