I've been trying to launch a .NET Framework web application to Azure, and I can't seem to get it. Every tutorial out there is using, or pushing .NET Core.
This is a basic application using C#, .NET Framework 4.7.2 MVC, and connecting to some REST APIs.
1. When deploying .NET Framework app, do...