Skip to content

Commit 9aaaf1c

Browse files
authored
Clarifying roles for workbook creation and deletion
------- cc: @yelevin
1 parent 4b2f6ab commit 9aaaf1c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/sentinel/roles.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Users with particular job requirements may need to be assigned additional roles
5454

5555
- **Creating and deleting workbooks**
5656

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.
5858

5959
### Other roles you might see assigned
6060

@@ -70,15 +70,18 @@ For example, a user who is assigned the **Microsoft Sentinel Reader** role, but
7070

7171
The following table summarizes the Microsoft Sentinel roles and their allowed actions in Microsoft Sentinel.
7272

73-
| Role | Create and run playbooks| Create and edit analytic rules and 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 |
7474
|---|---|---|---|---|
75-
| Microsoft Sentinel Reader | -- | -- | -- | ✓ |
76-
| Microsoft Sentinel Responder | -- | -- | ✓ | ✓ |
75+
| Microsoft Sentinel Reader | -- | --[*](#workbooks) | -- | ✓ |
76+
| Microsoft Sentinel Responder | -- | --[*](#workbooks) | ✓ | ✓ |
7777
| Microsoft Sentinel Contributor | -- | ✓ | ✓ | ✓ |
7878
| Microsoft Sentinel Contributor + Logic App Contributor | ✓ | ✓ | ✓ | ✓ |
7979
| | | | | |
8080

81-
<a name=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+
<a name=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+
8285
## Custom roles and advanced Azure RBAC
8386

8487
- **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

Comments
 (0)