Can I deploy an api to ACR without docker running locally?

vmathur87 20 Reputation points
2024-05-21T06:46:26.4333333+00:00

Can I deploy a backend api to Azure Container Registry without docker running locally on my machine? I tried https://learn.microsoft.com/en-us/azure/container-apps/tutorial-code-to-cloud but it gives me an error "ACR Tasks requests for the registry are not permitted" when running command az acr build --registry $ACR_NAME --image $API_NAME . I have enabled admin user on my ACR.

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
309 questions
0 comments No comments
{count} votes

Accepted answer
  1. akinbade abiola 4,595 Reputation points
    2024-05-21T07:44:26.51+00:00

    Hello vmathur87,

    Thanks for your question.

    Are you on a free trial or Student Subscription? This looks like it is related to Trial subscriptions, Upgrading the plan to Pay as you solved the issue for other customers.

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

    Please let me know if you have further questions

    You can mark it 'Accept Answer' if this helped.

    0 comments No comments

0 additional answers

Sort by: Most helpful