App Service Deployment Center is not picking up my changes

Valéry Raulet 21 Reputation points
2021-09-09T12:34:22.857+00:00

I am changing the Registry settings of an App Service but when saving, it reverts back to previous settings.

The issue is especially around the Subscription ID as I am picking up an Azure Registry located in another subscription.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,866 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 18,286 Reputation points
    2021-09-17T09:46:03.13+00:00

    Apologies for late response! If you want to deploy from a registry in a different subscription, select Private Registry in Registry source instead and then follow the next step depending on the Container Type:

    133058-containerwebapp-microsoft-azure.png

    For Private Registry:

    In Server URL, type the URL of the server, beginning with https://.
    In Login, and Password type your login credentials for your private registry.

    For Single Container, supply the image and tag name in Full Image Name and Tag, separated by a : (for example, nginx:latest).

    If you want, type the start up command in Startup File. App Service appends the string in Startup File to the end of the docker run command (as the [COMMAND] [ARG...] segment) when starting your container.

    Reference: https://learn.microsoft.com/en-us/azure/app-service/deploy-ci-cd-custom-container?tabs=acr&pivots=container-linux#3-configure-registry-settings

    Let us know if you have further query or issue remains.

    0 comments No comments