Error while creating acr task for connecting to azure devops private repository.

Derik Roby 16 Reputation points
2023-06-14T14:01:55.9833333+00:00

I am getting the below error while trying to create an acr task:

error:

Request:Access Denied: xxxx needs the following permission(s) on the resource PublisherSecurity/xxxx to perform this action: Edit Subscription

Task creation:

az acr task create --registry demodbtacr --name aci-auto-update-devops-task --image test-auto:{{.Run.ID}} --image test-auto:aci --context ## --file Dockerfile --git-access-token ##--output json


What are the permission I need and to which items should these be assigned ?

Community Center | Not monitored
{count} votes

Your answer

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