Does the "Azure for Students" subscription allow one to run ACR tasks? If yes, how?

Muhammad Taimoor 20 Reputation points
2024-05-01T11:26:52.4633333+00:00

Hello, I am running the following command:
az acr build --image <image-name> --registry <registry-name> --file Dockerfile .

and getting the following error:

(TasksOperationsNotAllowed) ACR Tasks requests for the registry <containerRegistryName> and <subscription-id> are not permitted.

I have searched the Internet to resolve this issue and came across these posts on Stack Overflow and Microsoft Community Support:

https://stackoverflow.com/questions/77982084/how-to-fix-tasksoperationsnotallowed-acr-tasks-requests-for-the-registry-cont

https://learn.microsoft.com/en-us/answers/questions/1530524/how-to-fix-(tasksoperationsnotallowed)-acr-tasks-r

https://learn.microsoft.com/en-us/answers/questions/1525264/error-acr-tasks-requests-for-the-registry

Even after trying everything present in these threads, I cannot get rid of this error. On closer inspection, it looks like I am having a problem with my subscription (I am using Azure for Students).

So, my question is, can I run ACR tasks in Azure for Students? If yes, how can I do it?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
401 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
648 questions
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
652 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ammar-Abdelqader01 926 Reputation points Microsoft Employee
    2024-05-01T12:18:02.63+00:00

    Hello @Muhammad Taimoor

    ACR will be temporarily pausing ACR Tasks runs from subscriptions that are using Azure trial credits. please check public documentation User's image

    I hope that answered your question. If an answer has been helpful, please consider accepting the answer to help increase visibility of this question for other members of the Microsoft Q&A community. If not, please let us know what is still needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A! User's image

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful