Skip to content

Commit

Permalink
Merge pull request #18 from bennyaustin/mcaps-config
Browse files Browse the repository at this point in the history
Update trigger path
  • Loading branch information
bennyaustin authored Aug 25, 2024
2 parents 36d3a74 + c229211 commit f9e62b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
}
}
},
"path": "/subscriptions/@{subscription().subscriptionId}/providers/@{encodeURIComponent('Microsoft.Storage.StorageAccounts')}/resource/eventSubscriptions",
"path": "[concat(subscription().id,'/providers/Microsoft.Storage.StorageAccounts/resource/eventSubscriptions')]",
//"path": "/subscriptions/@{encodeURIComponent('e836675f-2508-4873-ad4f-754d70253b22')}/providers/@{encodeURIComponent('Microsoft.Storage.StorageAccounts')}/resource/eventSubscriptions",
"queries": {
"x-ms-api-version": "2017-06-15-preview"
Expand Down

0 comments on commit f9e62b4

Please sign in to comment.