An Azure service that provides a registry of Docker and Open Container Initiative images.
Hello Michael Vivet,
I hope you are doing well.
I would like to share the update received from our Backend PG team regarding the issue.
The subnet currently being used for the ACR agent pool is delegated to Azure Container Instances (ACI) (Microsoft.ContainerInstance/containerGroups). However, Azure Container Registry (ACR) agent pools are based on Virtual Machine Scale Sets (VMSS) and therefore require a standard subnet without any delegation. Reusing an ACI-delegated subnet is the reason for the deployment failure.
Recommended Resolution Options:
Create a dedicated subnet for the ACR agent pool with no delegation configured (recommended). The existing Microsoft Container Registry service endpoint or private endpoint configuration can still be retained to allow the agents to access the registry.
Remove the ACI delegation from the current subnet, provided that no services are actively using it.
If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.
Thanks.
Manasa.