Managing permissions for the workspace
Before we connect and store data in the workspace and enable Microsoft Sentinel to carry out analytics on the data, let's review the options to secure access to this new resource. Azure provides three main levels of access to resources:
- Owner: Has the highest level of access to resources
- Contributor: Can create and modify resources, but cannot grant or revoke access
- Reader: Can view all resources
These permissions can be granted at four different levels:
- Subscription: The highest level of access, applies to all resources within the subscription
- Resource group: Applies to a specific resource group, which may contain multiple workspaces
- Workspace: Applies only to a specific workspace
- Table-level RBAC: Applies to individual tables within the Log Analytics workspace
Table-level RBAC
While there is no user interface available to set permissions on individual tables within the log, you can create Azure custom...