I have a pipeline and have configured a trigger event that every time a new image is pushed to the Azure Container Registry repo, the pipeline will run automatically. But I see it is not working, when I check the ACR webhook, I see a 404 error.
New Update!
I have changed the URL in ACR webhook then it returned 200!
Hi @Kostis, If in a pipeline I set up multiple push trigger events for different Azure Container Registry, how do I know which registry is being triggered?
You need to see if the registry name is available as a parameter in the webhook.
If yes, then you can extract it in a Codefresh pipeline.