Assigning Workbook Contributor so a user can deploy and customize Sentinel workbook templates under least privilege
You have an Azure subscription that contains a resource group named RG1. RG1 contains a Microsoft Sentinel workspace. The subscription is linked to a Microsoft Entra tenant that contains a user named User1. You need to ensure that User1 can deploy and customize Microsoft Sentinel workbook templates. The solution must follow the principle of least privilege. Which role should you assign to User1 for RG1?
Community Votes
71% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Managing workbook templates requires the Azure Monitor Workbook Contributor role (Microsoft.Insights/workbooks/ and workbooktemplates/); Microsoft Sentinel Contributor alone does not grant template management, so Workbook Contributor is the precise least-privilege role.
To let User1 deploy and customize Microsoft Sentinel workbook templates on RG1 under least privilege, assign the Workbook Contributor (Azure Monitor) role, which grants the workbook write/delete/template permissions without broader access.
Assigning Microsoft Sentinel Contributor — it manages Sentinel content but does not grant workbook template deployment; you still need the Workbook Contributor Azure Monitor role for templates.
Community Discussion (8 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Deploying and customizing Microsoft Sentinel workbook templates requires the Azure Monitor Workbook Contributor role, which provides Microsoft.Insights/workbooks/write, /delete, /read, and workbooktemplates/write permissions. Assigning it scoped to RG1 satisfies the task at minimum privilege without granting broader subscription or Sentinel configuration rights.Why the Other Options Are Wrong
Microsoft Sentinel Contributor (A) manages Sentinel analytics rules, playbooks, and workbooks but does not grant workbook template deployment. Microsoft Sentinel Automation Contributor (C) is scoped to automation/playbooks. The blanket Contributor (D) grants full control over all RG1 resources, far exceeding what workbook template management needs.Community Comment Notes
dnt91 and Itsmebigal explain that TEMPLATES specifically need Workbook Contributor, not Sentinel Contributor, which only manages existing workbooks. Vokuhila, dyavlito, and a_kto_to confirm B with the Azure Monitor built-in role documentation.Official Reference
Related Analysis
Practice All SC-200 Questions
Access 80 questions with complete answers and detailed explanations.
View Full SC-200 Practice Test →