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

Dockerfile For C# Azure Function App With PlayWright

New and learning Dockerfile; need help to edit the following Dockerfile to containerize a C# Azure Function App with Playwright. Here's part of the function code: using System.Net; using Func_MyFunction.Interfaces; using Func_MyFunction.Models; using Microsoft.Azure.Functions.Worker; using Microsoft.Azure.Functions.Worker.Http; using Microsoft.Extensions.Logging; using Microsoft.Playwright;…

VIEW QUESTION
Back To Top
Search