ACR Tasks requests for the registry demoaksworkshop and f367b436-1843-40d5-9c63-69af22ad86f0 are not permitted

Inzemam ul haq 0 Reputation points
2025-09-10T20:20:32.4266667+00:00

Hi Team,

(TasksOperationsNotAllowed) ACR Tasks requests for the registry demoaksworkshop and f367b436-1843-40d5-9c63-69af22ad86f0 are not permitted. Please file an Azure support req

uest at http://aka.ms/azuresupport for assistance.

Code: TasksOperationsNotAllowed

Message: ACR Tasks requests for the registry demoaksworkshop and f367b436-1843-40d5-9c63-69af22ad86f0 are not permitted. Please file an Azure support request at http://aka.

ms/azuresupport for assistance.

Target: request

I'm getting this request while pushing the image from local to ACR
pls help on this

Thanks,

Inzemam

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

1 answer

Sort by: Most helpful
  1. Jilakara Hemalatha 6,130 Reputation points Microsoft External Staff Moderator
    2025-09-11T02:42:04.4033333+00:00

    Hi Inzemam ul haq,

    The error message "TasksOperationsNotAllowed" means that ACR Tasks requests for your container registry are not permitted.

    If the user account does not have the required permissions, you need to grant the necessary permissions to the user account.

    You need to enable the "Admin user" option for the container registry. This option allows you to authenticate with the registry using a username and password.

    If you are using the free trail. As per below documentation. ACR is temporarily pausing ACR Tasks runs from Azure free credits.

    Reference: https://xtls-v4.hkg1.meaqua.org/en-us/azure/container-registry/container-registry-tasks-overview#what-is-acr-tasksUser's image

    As a work around please try the below and see if that helps.

    Work around using docker CLI commands:

    1. Login to the ACR using az acr login -n $ACRNAME -p <password>
    2. Tag the image first- docker tag <image name>:latest <ACR registry name>.azurecr.io/<image name>
    3. Push the image to ACR from docker - docker push <ACR registry name>.azurecr.io/<image name>

    The images will now appear in your ACR:

    az acr repository list --name $ACRNAME --output table

    Also, I would suggest if you were using an Azure Free Trial, ACR Tasks may be limited. Upgrading to a Pay-As-You-Go subscription can resolve this restriction.

    Refer similar issue thread: https://xtls-v4.hkg1.meaqua.org/en-us/answers/questions/1530524/how-to-fix-(tasksoperationsnotallowed)-acr-tasks-r

    Hope this helps! Please let me know if you have any other queries.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.