How to connect ACR with Azure devops pipeline such that whenever there is a new image in ACR azure devops pipeline trigger. Webhook is one option but how to setup it what should be URI need to specify to send post notification and then how to use webhook in Devops pipeline. Thanks in advance
I have tried to create webhook in acr but not sure what uri to use for post notification and then what uri should be given in Azure devops service hook . Also how to declare this in yaml file