Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Asp.Net App published to Azure only shows "Your App Service app has been created"

I've created an Asp.Net app in Visual Studio and published it to Azure. Everything seeing to go fine, but instead of seeing my app when I browse to the URL, I see this page:

enter image description here

like image 239
Loz Avatar asked Oct 22 '17 21:10

Loz


People also ask

How do I publish a web app to Azure app?

To deploy to any Azure App service (Web app for Windows, Linux, container, Function app or web jobs), use the Azure App Service Deploy task. This task is automatically added to the release pipeline when you select one of the prebuilt deployment templates for Azure App Service deployment.


1 Answers

For me removing the publishing slot was an option. I did that and re-created it again, just starting over from scratch did the trick of re-uploading all the files.

Then: don't forget to flush the browser cache, or you are looking at the default page while it has actually been published correctly

like image 136
mvaneijk Avatar answered Sep 20 '22 15:09

mvaneijk