An Azure service that provides a registry of Docker and Open Container Initiative images.
Hello @Andrea Glatthor !
Thank you for raising the question.
Please refer to the following link to understand how you should set an image from your private container image registry.
https://learn.microsoft.com/en-us/azure/container-instances/container-instances-multi-container-yaml#configure-a-yaml-file
https://learn.microsoft.com/en-us/azure/container-instances/container-instances-using-azure-container-registry#deploy-with-azure-resource-manager-template
"To use a private container image registry, add the imageRegistryCredentials property to the container group, with values modified for your environment:
imageRegistryCredentials:
- server: imageRegistryLoginServer
username: imageRegistryUsername
password: imageRegistryPassword"
Please "Accept as Answer" if it helped, so that it can help others in the community looking for help on similar topics.
Thank you and happy new year!