disable quarantine from container registry
Azure Support Ticket Subject: Urgent: Unable to Disable Quarantine Policy on ACR - Production Deployment Blocked Service: Azure Container Registry Subscription ID: blinded Resource Group: blinded Container Registry Name: blinded Problem Description We…
Azure Container Registry
Unauthorized error while pushing docker image to ACR
Hi, I've created a docker image in my Azure Virtual machine and trying to push the image to ACR. I was able to login successfully but the docker push is giving me authorization error. I have tried with all the combo of the below fields while creating the…
Azure Container Registry
Azure container registry anonymous pull rate limits
I have created a Premium container registry in Azure. I wanted to know if there are any type of rate limit in case of anonymous or authenticated pulls from Azure cloud or any other cloud. I have multiple Kubernetes clusters in Azure and other clouds in…
Azure Container Registry
Difficulty Creating Container App Job with bicep: Accessing Image from Registry with Managed Identity
Our objective is to deploy a container app job using Bicep. While we have successfully created all other resources, we are encountering difficulties in provisioning the container app job. The job is designed to fetch image details from a container…
Azure Container Registry
Azure Container Instance stuck in "Waiting" state.
Hello - We have started noticing an issue where are ACIs are stuck in "Waiting" state. We have started noticing this post April 26th. We create number of containers in an hour and almost all of them are stuck in "Waiting" state. We…
Azure Container Registry
Azure Container Instances
Downgrade ACR
Hi, I have a premium private ACR, with service endpoints enabled on my VNet for access from AKS. Now I want to downgrade the ACR to basic or standard since I no longer need a private ACR, I changed the public network access to all networks and there are…
Azure Container Registry
Urgent Issue with Role Assignment in Azure – "MissingSubscription" Error
Issue: Unable to Assign Role to ACR - MissingSubscription Error Problem Description: I encountered an issue while trying to assign the AcrPull role to a service principal for my Azure Container Registry (ACR). Every time I run the following command: az…
Azure Container Registry
An Azure ML environment cannot be accessed via the Azure ML portal, or be used on a job.
Hi. I have recently created a new Environment in Azure ML, and the first issue I see is that I am not able to get details from the image in the portal. Failed to fetch image details Authentication: Authentication failed for container registry…
Azure Container Registry
Container registry webhook to App Service with private endpoint gets 403 Forbidden
Situation We have: App Service with VNet integration and private endpoint, Application Gateway (for SSL offloading) routing public requests to App Service, DNS zone and Private DNS zone are set up. One picture for thousand words: Problem …
Azure Container Registry
Azure Private Link
Azure App Service

Visual Studio failed to publish to Azure Container Registry
Hi, I have an ASP.NET Core application that I am trying to migrate to Azure. I am using Azure Container Registry to publish my app's images and run it on Container App. Until a few days ago, I was able to successfully push the image to the container…
Azure Container Registry
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
How to transfer/import Docker images signed with Notation from one container registry to another with signature?
We have integrated the Notation CLI on our local machine and can successfully sign Docker images, as well as push the signed images to an Azure Container Registry (ACR). However, when we import these signed images from one ACR to another, the Notation…
Azure Container Registry
push access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
I am unable to push a docker image to my container registry from the cli. I have verified I have acrPush Role. Can you help me fix? I am attaching cli output below. Please lmk if you need anymore info. I am attaching output of AZ CLI for…
Azure Container Registry
Azure Container issue pulling images on restart
In the last 24 hours I have started getting the following error message and cannot restart my containers because of this error. There is no other information to go on and this is happening in more that on Azure Account and multiple subscriptions. …
Azure Container Registry
Azure Container Instances
Running acr import returns SubscriptionNotRegistered Error
Hello, I am trying to copy an image from one ACR to another ACR, using a Managed Identity. These ACRs are in the same tenant, but different subscriptions. Following the steps outlined here, I've updated my script to include the following:…
Azure Container Registry
Need to replicate docker image from public cloud to mooncake/fairfax
Hi, My source ACR is in azure public cloud, and I want to pull the docker image to destination ACRs which are in Mooncake and Fairfax clouds. How can I do that? Is there a way other than using EV2 shell extension and ORAS?
Azure Container Registry
Soft delete in Azure container registry doesn't work
I have soft delete enabled on my ACR instance but when I delete repository it does not show up in "Manage deleted repositories" tab, just disappears. Instead in "Manage deleted repositories" there's one repository visible which was…
Azure Container Registry
ACR Tasks requests for the registry <REGISTRY NAME> and <SUBSCRIPTION ID> are not permitted. Why not?
I'm learning my way in Azure. I'm following a tutorial to upload a Dockerfile into my container registry in Azure from VSCode. As far as I can tell, I have met all of the requirements: Active Azure subscription (Free Trial fwiw) Container Registry has…
Azure Container Registry
Post Sept 2025 acr does not support helm charts ?
We are trying to figure out a way to store some of the external helm chart providers on azure cloud medium and scan for vulnerabilities before deploying on AKS. As per the msft doc post Sept 2025 the az acr helm commands will be retiring, is there any…
Azure Container Registry
Docker Push to Azure Container Registry always fails on authentication regardless
I am trying to push an image from docker to an ACR. Regardless of what I try, I am constantly told that the request is unauthenticated, despite being given successful login messages when I authenticate prior to making the push. I have tried the…
Azure Container Registry
Getting authentication error when trying to view repositories in ACR
I have a ACR where I am not able to view the repositories in Azure portal. Other sections of the ACR are behaving normally, only the repositories link is displaying HTTP 401 unauthenticated error. I can list the repositories from Azure CLI. Any clue why…