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/sentinel/roles.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Users with particular job requirements may need to be assigned additional roles
54
54
55
55
-**Creating and deleting workbooks**
56
56
57
-
For a user to create and delete a Microsoft Sentinel workbook, the user will also need to be assigned with the Azure Monitor role of [Monitoring Contributor](../role-based-access-control/built-in-roles.md#monitoring-contributor). This role is not necessary for *using* workbooks, but only for creating and deleting.
57
+
To create and delete a Microsoft Sentinel workbook, the user requires either the Microsoft Sentinel Contributor role or a lesser Microsoft Sentinel role plus the Azure Monitor role of [Workbook Contributor](../role-based-access-control/built-in-roles.md#workbook-contributor). This role is not necessary for *using* workbooks, but only for creating and deleting.
58
58
59
59
### Other roles you might see assigned
60
60
@@ -70,15 +70,18 @@ For example, a user who is assigned the **Microsoft Sentinel Reader** role, but
70
70
71
71
The following table summarizes the Microsoft Sentinel roles and their allowed actions in Microsoft Sentinel.
72
72
73
-
| Role | Create and run playbooks| Create and edit analytic rulesand other Microsoft Sentinel resources[*](#workbooks)| Manage incidents (dismiss, assign, etc.) | View data, incidents, workbooks, and other Microsoft Sentinel resources |
73
+
| Role | Create and run playbooks| Create and edit analytics rules, workbooks, and other Microsoft Sentinel resources | Manage incidents (dismiss, assign, etc.) | View data, incidents, workbooks, and other Microsoft Sentinel resources |
| Microsoft Sentinel Responder | -- | -- |✓|✓|
75
+
| Microsoft Sentinel Reader | -- | --[*](#workbooks)| -- |✓|
76
+
| Microsoft Sentinel Responder | -- | --[*](#workbooks)|✓|✓|
77
77
| Microsoft Sentinel Contributor | -- |✓|✓|✓|
78
78
| Microsoft Sentinel Contributor + Logic App Contributor |✓|✓|✓|✓|
79
79
||||||
80
80
81
-
<aname=workbooks></a>* Creating and deleting workbooks requires the additional [Monitoring Contributor](../role-based-access-control/built-in-roles.md#monitoring-contributor) role. For more information, see [Additional roles and permissions](#additional-roles-and-permissions).
81
+
<aname=workbooks></a>* Users with these roles can create and delete workbooks with the additional [Workbook Contributor](../role-based-access-control/built-in-roles.md#workbook-contributor) role. For more information, see [Additional roles and permissions](#additional-roles-and-permissions).
82
+
83
+
Consult the [Role recommendations](#role-recommendations) section for best practices in which roles to assign to which users in your SOC.
84
+
82
85
## Custom roles and advanced Azure RBAC
83
86
84
87
-**Custom roles**. In addition to, or instead of, using Azure built-in roles, you can create Azure custom roles for Microsoft Sentinel. Azure custom roles for Microsoft Sentinel are created the same way you create other [Azure custom roles](../role-based-access-control/custom-roles-rest.md#create-a-custom-role), based on [specific permissions to Microsoft Sentinel](../role-based-access-control/resource-provider-operations.md#microsoftsecurityinsights) and to [Azure Log Analytics resources](../role-based-access-control/resource-provider-operations.md#microsoftoperationalinsights).
0 commit comments