Reputation: 33
I am trying to create a NodeJS Azure pipeline, deployed to a container and publish it. While pushing the container I got the following error. I am using a Guest User account with Contributor permission. What should I do?
Upvotes: 3
Views: 14547
Reputation: 6440
Seems like an issue with the Service connection. Try creating a new service connection (service principal) and push the image. You might need to have elevated permission for creating a Service principal.
Upvotes: 4