user1044169
user1044169

Reputation: 2866

Azure Container Apps and Windows containers

I have a ASP.NET MVC .NET Framework 4.8 project and I want to containerize and deploy to Azure. It will have to be a Windows container (not Linux) because of the framework.

Is that possible to deploy a Windows OS container to Azure Container Apps? Or is this Azure service only for Linux-OS containers?

Thank you!

Upvotes: 2

Views: 1113

Answers (1)

Sajeetharan
Sajeetharan

Reputation: 222722

Azure Container Apps supports Any Linux-based x86-64 (linux/amd64) container image Containers from any public or private container registry

And Windows containers are not currently not supported on container apps.

Upvotes: 1

Related Questions