Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #163 from janfaurskovgithub/fixalertproc1
Browse files Browse the repository at this point in the history
Fix alert processing rule defect link to action group
  • Loading branch information
paulgrimley authored May 23, 2023
2 parents 08e9c37 + 99f70ce commit cf14396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ module AlertProcessingRule '../../arm/Microsoft.Authorization/policyDefinitions/
actions: [
{
actiongroupIds: [
'''[resourceId('Microsoft.Insights/actionGroups','AlzActionGrp')]'''
'''[concat(subscription().Id, '/resourceGroups/', parameters('ALZMonitorResourceGroupName'), '/providers/Microsoft.Insights/actionGroups/AlzActionGrp')]'''
]
actionType: 'AddActionGroups'
}
Expand Down

0 comments on commit cf14396

Please sign in to comment.