Deploying from GitHub Actions suddenly stopped working - now my webApp is "running and waiting for yout content"

BrianDev - Median DK 0 Reputation points
2024-07-28T10:22:37.7333333+00:00

I have a long running ASP.NET Core 8 web app that have been running for 6 months without problems. Now it is not working the temp url shows the message: "Your web app is running and waiting for your content"

My GitHub action builds and deploys without problems. I have tried rebuilding, redeploying and restarting the web app. No luck.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,613 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,914 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JasonPan - MSFT 5,981 Reputation points Microsoft Vendor
    2024-07-29T06:31:26.5233333+00:00

    Hi @BrianDev - Median DK,

    Now please kindly check the content under the wwwroot.

    We can check it via kudu app, for windows platform, you can check it via advanced tools, for linux, you can check it via the url https://your_app_name.scm.azurewebsites.net/newui, for more details you can check this official doc https://github.com/projectkudu/kudu/wiki/Kudu-console.

    Please check the contents under the wwwroot are expected or not. Then we can try to Profiling this ASP.NET Web App on Azure App Service via App Service Diagnostics.

    Best Regards

    Jason

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.