From 8f3e74426e5007ee06c0b020b0e21034a65dfb98 Mon Sep 17 00:00:00 2001 From: Ken Lawson Date: Wed, 8 Jan 2025 11:31:37 -0700 Subject: [PATCH] Added comment to template --- Allfiles/Bicep/Sentinel.bicep | 1 + 1 file changed, 1 insertion(+) diff --git a/Allfiles/Bicep/Sentinel.bicep b/Allfiles/Bicep/Sentinel.bicep index b03159fc..c59366f1 100644 --- a/Allfiles/Bicep/Sentinel.bicep +++ b/Allfiles/Bicep/Sentinel.bicep @@ -111,6 +111,7 @@ resource roleAssignment 'Microsoft.Authorization/roleAssignments@2022-04-01' = { } */ +//Assign the Sentinel Contributor rights on the Resource Group to the User Identity that was just created resource roleAssignment 'Microsoft.Authorization/roleAssignments@2022-04-01' = { name: guid(subscription().id, resourceGroup().id, scriptIdentity.name, roleDefinitionId) scope: resourceGroup()