Skip to content

Commit e66cfaa

Browse files
authored
Merge pull request #189175 from ajburnle/azure-ad-typofix
Azure ad typo fix
2 parents 3f10a87 + f73356c commit e66cfaa

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/active-directory/governance/entitlement-management-logs-and-reporting.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,20 @@ Azure AD stores audit events for up to 30 days in the audit log. However, you ca
2727

2828

2929
## Configure Azure AD to use Azure Monitor
30-
Before using the Azure Monitor workbooks, you must configure Azure AD to send a copy of its audit logs to Azure Monitor.
30+
Before you use the Azure Monitor workbooks, you must configure Azure AD to send a copy of its audit logs to Azure Monitor.
3131

3232
Archiving Azure AD audit logs requires you to have Azure Monitor in an Azure subscription. You can read more about the prerequisites and estimated costs of using Azure Monitor in [Azure AD activity logs in Azure Monitor](../reports-monitoring/concept-activity-logs-azure-monitor.md).
3333

34-
**Prerequisite role**: Global Admin
34+
**Prerequisite role**: Global Administrator
3535

3636
1. Sign in to the Azure portal as a user who is a Global Admin. Make sure you have access to the resource group containing the Azure Monitor workspace.
3737

3838
1. Select **Azure Active Directory** then click **Diagnostic settings** under Monitoring in the left navigation menu. Check if there's already a setting to send the audit logs to that workspace.
3939

40-
1. If there isn't already a setting, click **Add diagnostic setting**. Use the instructions in the article [Integrate Azure AD logs with Azure Monitor logs](../reports-monitoring/howto-integrate-activity-logs-with-log-analytics.md#send-logs-to-azure-monitor)
41-
to send the Azure AD audit log to the Azure Monitor workspace.
40+
1. If there isn't already a setting, click **Add diagnostic setting**. Use the instructions in [Integrate Azure AD logs with Azure Monitor logs](../reports-monitoring/howto-integrate-activity-logs-with-log-analytics.md#send-logs-to-azure-monitor) to send the Azure AD audit log to the Azure Monitor workspace.
4241

4342
![Diagnostics settings pane](./media/entitlement-management-logs-and-reporting/audit-log-diagnostics-settings.png)
4443

45-
4644
1. After the log is sent to Azure Monitor, select **Log Analytics workspaces**, and select the workspace that contains the Azure AD audit logs.
4745

4846
1. Select **Usage and estimated costs** and click **Data Retention**. Change the slider to the number of days you want to keep the data to meet your auditing requirements.
@@ -55,7 +53,6 @@ to send the Azure AD audit log to the Azure Monitor workspace.
5553

5654
1. Expand the section **Azure Active Directory Troubleshooting**, and click on **Archived Log Date Range**.
5755

58-
5956
## View events for an access package
6057

6158
To view events for an access package, you must have access to the underlying Azure monitor workspace (see [Manage access to log data and workspaces in Azure Monitor](../../azure-monitor/logs/manage-access.md#manage-access-using-azure-permissions) for information) and in one of the following roles:
@@ -188,5 +185,5 @@ $bResponse = Invoke-AzOperationalInsightsQuery -WorkspaceId $wks[0].CustomerId -
188185
$bResponse.Results |ft
189186
```
190187

191-
## Next steps:
188+
## Next steps
192189
- [Create interactive reports with Azure Monitor workbooks](../../azure-monitor/visualize/workbooks-overview.md)

0 commit comments

Comments
 (0)