Is it possible to run a full ASP.NET MVC application (not .NET Core) in a Docker (or other) container in an Azure App Service, and if so, what are pointers to documentation for such?
This says yes on ASP.NET MVC in a container: Can we deploy an asp.net mvc 4 app to docker with windows container?
And this says yes on .NET Core in a docker container in a linux App Service https://blogs.msdn.microsoft.com/webdev/2016/11/16/new-docker-tools-for-visual-studio/
However I haven't been able to find a yes on: ASP.NET MVC + Container + App Service
Or can the two references above be combined to safely infer that the configuration I'm looking for is possible?