Im trying to deploy an ACI on my azure account but I keep getting this error:
Flow run could not be submitted to infrastructure: Container Group creation failed - The identity in the 'imageRegistryCredentials' of container group 'trigger-dbt-flow-de0b8ac7-256a-4eb7-a50a-6cb9d143c3c4' not found in container group identity list.
My resource group on azure has sufficient rights to do all that is necessary. My Azure Container Instance Credentials block is rightly configured. The rest of my workpool config looks like this:
For Image Registry I use the following config → ACRMangedIdentity
with Identity = /subscriptions//resourcegroups/
Registry URL = crrcscdataplatform.azurecr.io
Then I use my AzureContainerInstanceCredentials Block
Fill in the Azure Subscription Id
Fill in the Azure Resource Group Name
For the rest there is no config I changed!
I look forward to everyones answers! Thanks in advance