Skip to content

Commit

Permalink
Add missing resourceId property
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasanker committed Apr 14, 2024
1 parent 16da740 commit 4014b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azuredeploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ module actionGroup 'modules/actiongroup.bicep' = {
logicAppReceivers: [
{
name: alertLogicApp.outputs.logicAppName
resourceId: alertLogicApp.outputs.logicAppResourceId
triggerName: 'HTTP_Request'
apiVersion: '2019-05-01'
useCommonAlertSchema: true
Expand Down

0 comments on commit 4014b56

Please sign in to comment.