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/active-directory/reports-monitoring/howto-use-azure-monitor-workbooks.md
+12-21Lines changed: 12 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.topic: how-to
9
9
ms.workload: identity
10
10
ms.subservice: report-monitor
11
-
ms.date: 07/20/2023
11
+
ms.date: 07/28/2023
12
12
ms.author: sarahlipsey
13
13
ms.reviewer: sarbar
14
14
---
@@ -26,51 +26,42 @@ When using workbooks, you can either start with an empty workbook, or use an exi
26
26
To use Azure Workbooks for Azure AD, you need:
27
27
28
28
- An Azure AD tenant with a [Premium P1 license](../fundamentals/active-directory-get-started-premium.md)
29
-
- A Log Analytics workspace
30
-
- The appropriate roles for the Log Analytics workspace*and* Azure AD
29
+
- A Log Analytics workspace*and* access to that workspace
30
+
- The appropriate roles for Azure Monitor*and* Azure AD
31
31
32
32
### Log Analytics workspace
33
33
34
-
You must create a [Log Analytics workspace](../../azure-monitor/logs/quick-create-workspace.md)*before* you can use Azure AD Workbooks. There are a combination of factors that determine access to Log Analytics workspaces. You need the right roles for the workspace *and* the resources sending data.
34
+
You must create a [Log Analytics workspace](../../azure-monitor/logs/quick-create-workspace.md)*before* you can use Azure AD Workbooks. There are a combination of factors that determine access to Log Analytics workspaces. You need the right roles for the workspace *and* the resources sending the data.
35
35
36
36
For more information, see [Manage access to Log Analytics workspaces](../../azure-monitor/logs/manage-access.md).
37
37
38
-
### Roles
39
-
40
-
You must have the appropriate roles for Azure Monitor *and* Azure AD. Roles are grouped into read access and read/write access, so find the combination of roles that grants the least privilege for the task you need.
41
-
42
-
#### Azure Monitor roles
38
+
### Azure Monitor roles
43
39
44
40
Azure Monitor provides [two built-in roles](../../azure-monitor/roles-permissions-security.md#monitoring-reader) for viewing monitoring data and editing monitoring settings. Azure role-based access control (RBAC) also provides two Log Analytics built-in roles that grant similar access.
45
41
46
-
-**View monitoring data**:
42
+
-**View**:
47
43
- Monitoring Reader
48
44
- Log Analytics Reader
49
45
50
-
-**View monitoring data and modify settings**:
46
+
-**View and modify settings**:
51
47
- Monitoring Contributor
52
48
- Log Analytics Contributor
53
49
54
50
For more information on the Azure Monitor built-in roles, see [Roles, permissions, and security in Azure Monitor](../../azure-monitor/roles-permissions-security.md#monitoring-reader).
55
51
56
52
For more information on the Log Analytics RBAC roles, see [Azure built-in roles](../../role-based-access-control/built-in-roles.md#log-analytics-contributor)
57
53
58
-
#### Azure AD roles
59
-
60
-
The following Azure AD roles are required to view the workbooks in the Azure portal or set up the diagnostic settings to send Azure AD data to a Log Analytics workspace.
54
+
### Azure AD roles
61
55
62
-
**Read**:
56
+
Read only access allows you to view Azure AD log data inside a workbook, query data from Log Analytics, or read logs in the Azure AD portal. Update access adds the ability to create and edit diagnostic settings to send Azure AD data to a Log Analytics workspace.
63
57
64
-
To read Azure AD log data inside a workbook, query data from Log Analytics, or read logs in the Azure AD portal you need the following roles:
58
+
-**Read**:
65
59
- Reports Reader
66
60
- Security Reader
67
61
- Global Reader
68
62
69
-
**Update**:
70
-
71
-
The following role provides the ability create and edit diagnostic settings to send Azure AD data to a Log Analytics workspace.
72
-
73
-
- Security Administrator
63
+
-**Update**:
64
+
- Security Administrator
74
65
75
66
For more information on Azure AD built-in roles, see [Azure AD built-in roles](../roles/permissions-reference.md).
0 commit comments