Questions tagged [azure-container-registry]

Manage a Docker private registry as a first-class Azure resource.

Share information, tricks and traps with the community as well as the Azure Container Registry product team. For general documentation: http://aka.ms/acr/docs For feature requests and bug reports, please use https://github.com/Azure/acr/issues

551 questions
43
votes
8 answers

Docker fails to pull the image from within Azure App Service

The Container Setting on the App Service it self look solid: But the log pane shows errors: 2020-02-11 06:31:40.621 ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository) 2020-02-11 06:31:41.240…
mark
  • 59,016
  • 79
  • 296
  • 580
33
votes
8 answers

Azure Application not registered with AAD

Getting below error while logging to container registry Command: docker login .azurecr.io Error Message: Error response from daemon: Get https://.azurecr.io/v2/: unauthorized: Application not registered with AAD
Rajesh M
  • 462
  • 1
  • 4
  • 9
24
votes
4 answers

What is a Docker registry service connection?

Following this documentation, Docker registry service connection is found in the following YAML. What is Docker registry service connection and where can it be found? trigger: - master variables: # Container registry service connection…
17
votes
8 answers

Push Docker Image task to ACR fails in Azure "unauthorized: authentication required"

Push and image to Azure Container Registry task in Azure DevOps pipeline fails. Previous tasks are executed fine ie. docker image is created and login to ACR is successful. However, push-task fails with the following result: unauthorized:…
villekr
  • 221
  • 1
  • 3
  • 9
15
votes
3 answers

Azure Container Registry ACR How to add tag to image?

I see you can untag an image in an Azure Container Registry https://learn.microsoft.com/en-us/cli/azure/acr/repository?view=azure-cli-latest#az-acr-repository-show-manifests But how do you add a tag?
Novaterata
  • 4,356
  • 3
  • 29
  • 51
15
votes
5 answers

Azure Functions Docker Deployment Linux workers are not available in resource group

Trying to deploy a nginix container from Azure Container Registry through function app, Getting an error as, Linux workers are not available in resource group How to enable linux workers to a resource group? Dockerfile for deployment, FROM…
Kannaiyan
  • 12,554
  • 3
  • 44
  • 83
15
votes
9 answers

How to delete image from Azure Container Registry

Is there a way to delete specific tags only? I only found a way to delete the whole registry using the REST/cli-acr Thanks
rgomesf
  • 702
  • 1
  • 10
  • 20
12
votes
2 answers

Build and push a docker image with build arguments from DevOps to ACR

I'm building a docker image in an Azure DevOps pipeline, then I want to push it to the Azure Container registry. The registry is already created and I've configured DevOps to use it, also the buildAndPush Docker task works. However, since the Docker…
Aritz
  • 30,971
  • 16
  • 136
  • 217
11
votes
2 answers

Azure Container Registry `docker login` does not work

On attempt to login to Azure Container Registry with docker login command using Active Directory credentials I have faced the issue: Error response from daemon: Get https://myregistry.azurecr.io/v2/: unauthorized: authentication required It's maybe…
DariyN
  • 466
  • 1
  • 6
  • 23
11
votes
2 answers

Pull image Azure Container Registry - Kubernetes

Does anyone have any advice on how to pull from Azure container registry whilst running within Azure container service (kubernetes) I've tried a sample deployment like the following but the image pull is failing: kind: Deployment apiVersion:…
10
votes
2 answers

How to configure an Azure app service to pull images from an ACR with terraform?

I have the following terraform module to setup app services under the same plan: provider "azurerm" { } variable "env" { type = string description = "The SDLC environment (qa, dev, prod, etc...)" } variable "appsvc_names" { type =…
mark
  • 59,016
  • 79
  • 296
  • 580
10
votes
1 answer

Azure app services - Docker compose multi container app - no Docker logs

I am trying to deploy a multi-container web application to Azure App Services. The application runs fine from the images on my local machine however when I try to run it on app services it does not work and there are no error messages. In the logs…
9
votes
3 answers

how to view attached ACR in AKS clusters in Azure

I have tried az aks show and az aks list commands but they don't show the names of the attached ACR's. I ran the command to attach acr using az aks update --attach-acr and it shows thats it attached. Can I see through the CLI or portal that the acr…
9
votes
4 answers

How to authenticate with Azure ACR from Azure container app service

I'm trying to set up my App Container Service so that it can pull docker images from our ACR using Managed Identity, rather than storing the username and password in the app settings (apart from anything else we want to script these deployments and…
Richiban
  • 5,569
  • 3
  • 30
  • 42
9
votes
3 answers

Docker Push to Azure Container Registry: Access Denied

I'm trying to push images to an instance of Azure Container Registry but it keeps failing even though I have logged in successfully.
Batman
  • 5,563
  • 18
  • 79
  • 155
1
2 3
36 37