App Service docker container restarts?

Cole Orton 6 Reputation points
2020-09-04T18:25:11.827+00:00

Do App Service docker containers restart themselves when a new image (with the same tag) is pushed to ACR?

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

1 answer

Sort by: Most helpful
  1. Krish G 2,331 Reputation points
    2020-09-04T21:41:33.753+00:00

    Hello @Cole Orton , If you enable Continuous Deployment for the App Service like below, it will automatically deploy (and restart) using webhook every time you push a new image to ACR. Otherwise if CD is off, you will need to restart the App Service yourself to pull the updated image.

    ci-cd-acr-02.png


Your answer

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