Skip to content

Commit

Permalink
Merge pull request #339 from KenMAG/master
Browse files Browse the repository at this point in the history
Added comment to template
  • Loading branch information
KenMAG authored Jan 8, 2025
2 parents 1e10595 + 244eaa3 commit 85b0036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Allfiles/Bicep/Sentinel.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 85b0036

Please sign in to comment.