My web app still uses an old Docker container image after I’ve updated the image on Docker Hub. Does Azure support continuous integration/deployment of custom containers?

Sabih Haris 21 Reputation points
2020-11-03T19:22:55.78+00:00

My web app still uses an old Docker container image after I’ve updated the image on Docker Hub. Does Azure support continuous integration/deployment of custom containers?

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

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2020-11-04T01:06:46.347+00:00

    Hi @Sabih Haris ,

    Yes, you can certainly enable continuous integration/deployment of your image hosted in docker hub. Have a look at https://learn.microsoft.com/en-us/azure/app-service/deploy-ci-cd-custom-container#enable-continuous-deployment-with-docker-hub-optional doc. It details how you can enable continuous deployment and add a webhook. This webhook you'll add to your docker hub repo. When this is enabled, when your restart your app, it will check for changes in the image and pull the latest image.

    Regards,
    Ryan

    0 comments No comments

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.