4
votes

With the Azure WebApp Service I can deploy a docker-compose file to Azure easily with public available docker images. I would like to know how it is possible to deploy an image hosted in a private repository respectively in Azure Container Service to Azure WebApp Service.

1
Here is the corresponding Github Issue for this topic: github.com/MicrosoftDocs/azure-docs/issues/9685smichel

1 Answers

3
votes

You can provide the following variables in the App Service's app settings to pull from a private registry: DOCKER_REGISTRY_SERVER_USERNAME, DOCKER_REGISTRY_SERVER_PASSWORD, DOCKER_REGISTRY_SERVER_URL