Skip to content

sajayantony/appservicedemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Service with ACR integration

Azure Container Registry webhooks can be used to automatically update your application running on Azure App Services that run your container applications.

  1. Setup your image to deploy to your Azure Web App on Linux as per the instruction at https://docs.microsoft.com/en-us/azure/app-service-web/app-service-linux-using-custom-docker-image#how-to-use-a-docker-image-from-a-private-image-registry

  2. In the App Settings section of your Web Application, add an app setting called DOCKER_ENABLE_CI with the value true.

  3. Create a web hook in your registry and provide the docker callback uri which is of the form https://<publishingusername>:<publishingpwd>@<sitename>.scm.azurewebsites.net/docker/hook

Webhook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages