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?