Hi Team,
I tried to create multiple container group with yml file as per the below tutorial
https://docs.microsoft.com/en-us/azure/container-instances/container-instances-multi-container-yaml
I created the resource group as per the tutorial and
when running the command "az container create --resource-group ksprabhu65grp --file deploy-aci.yml" , I am getting the below error
"Multiple error occurred: 'BadRequest':'InaccessibleImage':'The image 'ksprabhu50registry.azurecr.io/wstep50:latest' in container group 'ksprabhu65grp' is not accessible. Please check the image and registry credential.';'BadRequest':'InaccessibleImage':'The image 'ksprabhu50registry.azurecr.io/jstep50:latest' in container group 'ksprabhu65grp' is not accessible. Please check the image and registry credential.
"
I used the below property in yml file to access the image
imageRegistryCredentials:
- server: login sever
username: <username for registry>
password: <password for registry>
Note: I am using powershell for ther runs