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!