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
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
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
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
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
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
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
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
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
app service does not see newly created ACR and private link to add to new app creation
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…
Azure Container Registry
How to fix (TasksOperationsNotAllowed) ACR Tasks requests for the registry <containerRegistryName> and <password> are not permitted.
When running the following command on Azure Cloud Shell getting the TasksOperationsNotAllowed error. How to fix? Command: az acr build --registry $REGISTRYNAME --image expressimage . Errror: (TasksOperationsNotAllowed) ACR Tasks requests for the…
Azure Container Registry
Azure Cloud Services
Microsoft Security Microsoft Authenticator
What's the exact definition of 'Timegenerated' in an Azure Resource Graph query output for Container Image Vulnerabilities?
When we run a query to find vulnerabilities in Container Images, there's a 'timegenerated' column in the query output. I've tried to find this documented somewhere, but can't, I've only found a document for Azure Monitor. Does this mean it's the last…
Azure Monitor
Azure Container Registry
Microsoft Security Microsoft Defender Microsoft Defender for Cloud
ACR Name Available in One Tenant but Not in Another – Name Reservation Policy?
Hi, I'm encountering an issue when trying to create an Azure Container Registry (ACR) in two different Azure tenants. In one tenant, I'm able to successfully create an ACR using a specific name (e.g., myregistryname). However, when I try to use the exact…
Azure Container Registry
Error :The image name should be specified as a URI or a Docker Hub tag without protocal.
I try to deploy an Image to Azure Container Instances from the private Container Registry of my University wich is accessible at git.my-university.de:4567 via the Azure Portal. However, when I enter the details of the Image the following message…
Azure Container Registry
How to unblock Linux agent pool for container registry stuck in the "Update" state
I've got two agent pool provided by Microsoft in two Azure Container Registry that are stuck in the "Updating" state. How can I force delete them or anything that would make them work again ?
Azure Container Registry


Can we create folders in ACR Repository on azure portal ?
Can we create folders within the repository on ACR? For example, my product ABC has components like UI, API, and Notification. I want to create a folder named ABC, with all these components inside it.
Azure Container Registry
My container registry is using a lot of storage for for a small number of images. I wanna know the reason or detail.
I uploaded several images. The local observation is less than 10G, but the Azure container registry statistics show that 40+G of space is used. I want to know what is occupying my storage.
Azure Container Registry
Pushing image is failing to ACR
Below is the task used: - task: AzureCLI@2 displayName: Publish image to ACR inputs: azureSubscription: $(azuresubscriptionname) scriptType: 'pscore' scriptLocation: 'inlineScript' inlineScript: | …
Azure Container Registry

ACR - Zone Redundancy Setup
Hi Team, We are exploring the option to enable Zone Redundancy (ZR) for our existing Azure Container Registry (ACR). However, we’ve discovered that ZR cannot be directly enabled on an existing registry. As an alternative, we’re considering enabling…
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…