skip to Main Content

Azure Container Apps: Azure Container Registry Authentication Issue

I've been trying to deploy a docker image that's already pushed in our azure container registry. I'm receiving the following error: /usr/bin/az containerapp update -n <appName> -g <resourceGroupName> -i <containerRegistry>.azurecr.io/<repository>:20240430.13 --replace-env-vars ASPNETCORE_ENVIRONMENT=Acceptance ERROR: (InvalidParameterValueInContainerTemplate) The following field(s) are either invalid…

VIEW QUESTION

No option to use managed identity in azure devops to connecti with container registry

I'd like to create connection between pipeline in Azure devops and container registry. Admins created Managed identity for me. I'd like to use that one but there is no way. According to guide: https://learn.microsoft.com/en-us/azure/devops/pipelines/ecosystems/containers/publish-to-acr?view=azure-devops&tabs=javascript%2Cportal%2Cmsi&fbclid=IwAR2bV28HzRs8v-qTXuo592KU5KxOFnNsOvhxpNx0ZCBYfz2OPnYXWh7rqUs I should be able to create…

VIEW QUESTION
Back To Top
Search