Azure App service getting restarted whenever i push images to the ACR

Jerin Joy 26 Reputation points
2021-10-15T11:54:48.16+00:00

App service getting restarted whenever I push new images to the Azure container registry. Using Docker compose with multi-container.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Ryan Hill 30,326 Reputation points Microsoft Employee Moderator
    2021-10-15T14:27:31.75+00:00

    This behavior should be expected. When you configure a container image for an Azure App Service, a webhook is created. This webhook will trigger when new images are pushed to the registry, causing the App Service and pull the new image and restarted the container. If you don't want this behavior to occur because you're testing the deployed image, then I suggest deploying the image with a different tag, e.g. myregistry/myimage:test than the one the App Service is using.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.