app service does not see newly created ACR and private link to add to new app creation

David Kroll 0 Reputation points
2025-05-28T22:39:00.7133333+00:00

then creating a new app service and using the option to connect to container registry it does not show any configured Microsoft container registrys. we have run the Set-AzContext -Subscription and az account set --subscription az provider register --namespace Microsoft.ContainerRegistry

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Siva Pavuluri 570 Reputation points Microsoft External Staff Moderator
    2025-05-29T01:54:51.5+00:00

    Hi David Kroll,

    I understand your concern regarding the issue where the App Service is unable to connect to the Container Registry. Please ensure that both the Azure App Service and the Azure Container Registry are located within the same Azure subscription and region. If they are in different subscriptions, this could prevent visibility.

    Additionally, please verify that the necessary admin permissions are enabled for your Container Registry to allow proper access.
    User's imageIf your Azure Container Registry (ACR) has public network access restricted, please ensure that private endpoints are properly configured and functioning as expected.how-to-create-a-azure-app-service-with-a-private-azure-container-registry

    Please refer the below documents for your reference.
    https://learn.microsoft.com/en-us/azure/container-registry/container-registry-private-link
    https://techcommunity.microsoft.com/blog/appsonazureblog/troubleshooting-guide-resolving-azure-app-services-image-pull-issues-from-azure-/4010201

    If you have any further queries, let me know. If the information is helpful, please click on Upvote.

    Thank you.


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.