I’m trying to deploy a windows container that holds a simple ASP.NET Core Web App to an azure web app. I’ve created a container registry, and pushed my docker image to it. However, every time I try to create a web app that uses the docker image, it fails to deploy with this error, pretty text version of the error here.
I’m absolutely certain it’s not an issue with my docker image. I’ve deployed it from visual studio, visual studio code, and the command line. All of my files are the standard inputs from creating a ASP.NET Core Web App (Razor Pages) project in visual stuido. Here are my settings for the web app settings, when I’m creating the app service plan, and when I’m configuring the azure container registry.
I’m really not sure what the issue could be anymore. I’ve tried switching pricing plans, locations, recreating the project from the group up, deploying new resources. I tried a container app but that failed because I’m using docker-windows images no Linux. Azure says windows containers are supported but at this point I’m not sure.
I’m new to docker an have only been working with azure for a couple months so it’s possible I missed some crucial step somewhere, but I’ve been following simple documentation and it’s still failing.
I’m really stumped here, if anyone could offer any guidance that would be great.
6