Publishing to Azure as a Web App

Has anyone successfully published an ASP.NET Maker app to Azure? I have done it multiple times with other apps but I cannot get ASP.NET Maker apps to run over on Azure and I would love to get any advice from someone that has made it happen. Do you have to publish it as Framework Dependent, Self Contained? What are the settings that each of you have successfully used? It runs great locally!

Try opening the project in Visual Studio and publish from there.

I’m doing it regularly without any issues. I use VS2017 for it.Best regards, Thomas

To close the loop on this I found that publishing from Visual Studio 2019 … for whatever reason the wizard chooses the wrong version of .NET CORE 2.1. When I setup the app in Azure using .NET CORE 2.2 everything worked fine. I was able to create a CI pipeline so now I just push the code and let Azure deal with it. Works great!