Skip to content

Commit e9e09c5

Browse files
author
ajburnle
committed
made updates from feedback
1 parent ce8b546 commit e9e09c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ to send the Azure AD audit log to the Azure Monitor workspace.
4949

5050
![Log Analytics workspaces pane](./media/entitlement-management-logs-and-reporting/log-analytics-workspaces.png)
5151

52-
Later, to see the range of dates held in your workspace, you can use the *Archived Log Date Range* workbook:
53-
52+
Later, to see the range of dates held in your workspace, you can use the *Archived Log Date Range* workbook:
53+
5454
1. Select **Azure Active Directory** then click **Workbooks**.
55-
55+
5656
1. Expand the section **Azure Active Directory Troubleshooting**, and click on **Archived Log Date Range**.
5757

5858

@@ -182,7 +182,7 @@ $aResponse.Results |ft
182182
You can also retrieve entitlement management events using a query like:
183183

184184
```azurepowershell
185-
$bQuery = = 'AuditLogs | where Category == "EntitlementManagement"'
185+
$bQuery = 'AuditLogs | where Category == "EntitlementManagement"'
186186
$bResponse = Invoke-AzOperationalInsightsQuery -WorkspaceId $wks[0].CustomerId -Query $Query
187187
$bResponse.Results |ft
188188
```

0 commit comments

Comments
 (0)