More clarity regarding using docker image from container registry

Sanjay Pant 0 Reputation points
2024-03-28T20:07:16.8633333+00:00

It is unclear how we publish an arm template with an app service that references our private container registry. Let's say we have a private container registry that we want to use in the ARM template, but how do we do it without sharing the ARM template? We don't want to make our container registry publicly accessible.

https://github.com/MicrosoftDocs/azure-docs/issues/121167

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
389 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,878 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Martin Therkelsen 1,405 Reputation points MVP
    2024-03-29T10:26:46.8633333+00:00

    Hi Sanjay,

    If you are looking to deliver a solution to your customers, you will either need to make the container registry public or alternatively create private links or peer your networks. Some information on private link can be found here:

    https://learn.microsoft.com/en-us/azure/container-registry/container-registry-private-link

    0 comments No comments