B1/Linux/Github Actions unable to get past "Your web app is running and waiting for your content"

Parker 1 Reputation point
2022-10-14T19:10:49.293+00:00

I've got an app that's been stuck on "Your web app is running and waiting for your content" for over an hour now.

Blazor WebAssembly. App Service, B1 App Service Plan, Linux Box. Deployed via Github Actions.

Github Actions show a successful build and deploy.

The scm deployment json log shows a successful deploy. The Deployment Center log shows a successful deploy.

But when I go to mysite.azurewebsites.net, I get a "Your web app is running and waiting for your content".

Thoughts?

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,422 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,049 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JasonPan - MSFT 4,476 Reputation points Microsoft Vendor
    2022-10-18T08:29:36.937+00:00

    Hi @Parker

    According to official documentation, deploying Blazor WebAssembly projects on Azure Web App Linux is currently not supported.

    And I also have verified it, as we can see the official doc latest update time is Article 10/12/2022.

    251448-image.png

    You can choose to create a container app (linux), because I can find this option in Visual Studio2022.

    251466-image.png


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards
    Jason

    0 comments No comments