Hello Pampua84,
Thanks for posting your question in the Microsoft Q&A forum.
It is likely related to authentication problems.
Open a command prompt and run az login
to ensure you're authenticated with Azure, and run az acr login --name <your-registry-name>
to authenticate with your ACR.
Ensure that the admin user is enabled for your ACR. You can do this in the Azure portal under your ACR's Access keys
section, If admin user is disabled, enable it temporarily for testing purposes.
Update the registry credentials with the admin username and password from the ACR Access keys
section
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful