Is there any way to trigger a Logic App after a successful ACR task run like a custom connector or a webhook?
Asked
Active
Viewed 161 times
1 Answers
0
Definitely, this is possible since the Azure Logic App are allowed to be triggered using web hooks.
https://learn.microsoft.com/en-us/connectors/custom-connectors/create-webhook-trigger
And you can configure the webhook on the ACR using
https://learn.microsoft.com/en-us/cli/azure/acr/webhook?view=azure-cli-latest#az-acr-webhook-create
The Webhook requires a URL and you define which actions on the Acrylic's will trigger the webhook to be triggered.

djsly
- 1,522
- 11
- 13