Your web app is running and waiting for your content

Rafe Ali 11 Reputation points
2022-06-23T10:06:28.037+00:00

am new in azure
i just deployed my node app on azure, by adding github repo,
but content is not showing, please guide me, how i can add content...

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,212 questions
{count} votes

8 answers

Sort by: Most helpful
  1. Frank Niemeyer 16 Reputation points
    2022-11-22T17:44:46.813+00:00

    Same problem here. Blazor WASM app hosted on ASP.NET Core. Publishing to a Linux-based AppService via ZipDeploy worked fine, until I upgraded to .NET 7. Now all I can manage to get is the "Your web app is running and waiting for your content" page.

    3 people found this answer helpful.
    0 comments No comments

  2. Zayd EL IMRANI 16 Reputation points
    2022-12-22T06:09:00.357+00:00

    Hello @Rafe Ali @Rudhin Mohan Menon @BitchikoTchelidze-6093 @Frank Niemeyer ,

    Try this , it's didn't work for me but maybe it's work's for you :) in the Startup command write 'dotnet youappname.dll':

    273181-image.png


    https://learn.microsoft.com/en-us/troubleshoot/azure/app-service/faqs-app-service-linux#built-in-images :

    273133-image.png

    2 people found this answer helpful.

  3. Zayd EL IMRANI 16 Reputation points
    2022-12-22T06:16:15.297+00:00

    Hello @Rafe Ali @Rudhin Mohan Menon @BitchikoTchelidze-6093 @Frank Niemeyer ,

    Try this , it's didn't work for me but maybe it's work's for you :) in the Startup command write 'dotnet youappname.dll':

    273181-image.png


    https://learn.microsoft.com/en-us/troubleshoot/azure/app-service/faqs-app-service-linux#built-in-images

    273192-image.png

    1 person found this answer helpful.
    0 comments No comments

  4. Grmacjon-MSFT 17,136 Reputation points
    2022-06-29T23:09:48.017+00:00

    Hi @Rafe Ali ,

    Thanks for bringing this to our attention. It looks like you created your app service but have not deployed anything yet.
    You can use the deployment center to publish code or set up continuous deployment. Please follow this this blog post: Get started with GitHub Actions and App Service to see how you can deploy your content to your app via Github action.

    Hope that helps. Please let us know if you have further questions

    Thanks,
    Grace

    ------------------------------------------------------------------------------------------------------------------------------

    If the reply is helpful, please Upvote and Accept as answer--


  5. Rudhin Mohan Menon 1 Reputation point
    2022-11-04T02:56:49.427+00:00

    I am facing a similar issue as well, is this resolved ?

    0 comments No comments