I have a web application using some dependencies which will only run on .NET full framework, e.g. NHibernate. So I cannot use .NET Core. In addition, I only have Visual Studio for Mac, so I don't have a fancy auto-magic "Publish to Azure" button to deploy my app.
Any chance on just uploading the compiled ASP.NET application via FTP and run it on Azure? Is there any howto on configuring the Azure Web App manually?
Seems like Microsoft only cares about .NET Core and assumes that all applications are easily convertible. I cannot find any docs besides "trivial index.html hello world via FTP" and "Use the VS publish button, done" articles.
Thank you in advance.
