0

I've got two agent pool in two Azure Container Registry that are stuck in the "Updating" state since a few weeks. I cannot delete them. I cannot reboot them. I followed the documentation here https://learn.microsoft.com/en-us/cli/azure/acr/agentpool?view=azure-cli-latest but there is nothing related to any --force option.

How can I force delete them or anything that would make them work again ?

1 Answer 1

1

What was done to fix this?

In my case, Microsoft Support resolved the issue through a backend remediation. they've manually reset the provisioning state of the agent pool using internal tools. Once that was done, the az acr agentpool update command succeeded.

The command that was used to scale the pool to zero was-

az acr agentpool update -n devops -r crimdpreprod -g rg-devops-preprod --count 0

More details here https://learn.microsoft.com/en-us/answers/questions/2275524/how-to-unblock-linux-agent-pool-for-container-regi?source=docs

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.