An Azure service that provides a registry of Docker and Open Container Initiative images.
Hello @AKA Technologies AS
Given the repeated scale-up and scale-down attempts, I agree this looks less like a task configuration problem and more like the dedicated ACR Tasks agent pool provisioning operation being stuck.
A few points are worth confirming before escalation:
- Check the agent pool with az acr agentpool show and capture the complete provisioning state/output.
- Check the subscription Activity Log for failed or incomplete Microsoft.ContainerRegistry/registries/agentPools operations.
- Since this is VNet-integrated, verify that the subnet/network configuration still meets the requirements for a dedicated agent pool.
- Avoid further repeated scale operations while the existing operation remains transitional.
Microsoft documents dedicated agent pools as infrastructure managed by Azure, while you control the pool configuration and instance count.
Since both --count 1 and --count 0 are accepted but never converge to provisioningState=Succeeded, and there are no queued tasks, I would open an Azure Container Registry support case at this point. Include the registry and agent-pool resource IDs, region, timestamps of the scale operations, Activity Log correlation IDs, and the output of az acr agentpool show.
The billing question also needs Microsoft to confirm from backend records. I wouldn't assume that count=0 stopped billing while the resource remained stuck in Queued; support can verify whether agent-pool compute was actually allocated during that period.
I would also avoid deleting/recreating the pool until Microsoft has captured the backend state, since the current stuck resource may provide useful diagnostic evidence.
Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.