Reputation: 507
Here's what we know so far...
However, when the container registry webhook attempts to execute we get a 405 Method Not Allowed -
I am looking into things and have started wondering about the permissions to pull the image to the wep service. Is there an identity that I am missing? Do I need to create something that will have a “pull” role to deploy the image?
Upvotes: 0
Views: 888
Reputation: 2807
From where you are pulling the image? Normally you need to assign the "AcrPull" role to a Managed Identity or Service Principal in order to be able to pull from ACR.
Upvotes: 1