Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,879 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all.
I've been having a strange problem where my ci/cd is not working as expected.
I have an App service (linux) running 3 instances. that's pointing to a docker container in my azure registry. When I push a new image of that container to the registry I can see that the webhook is sent and on occasion 1 or 2 of the instances will pick up the new container image and start running it. But quite often 1 instance will simply do nothing.
My docker image is always tagged with the same tag (think imagename:latest)
What I've tried