When will .NET Core 8 web apps run on Azure?

Aaron Smith 90 Reputation points
2023-11-18T15:52:06.42+00:00

I'm testing out .NET Core 8 and trying to deploy to Azure.

I created a new Blazor web app in Visual Studio.

I go to publish the app, creating a new Azure Web App.

Once published, I see "HTTP Error 500.31 - ANCM Failed to Find Native Dependencies" in the browser.

In Azure, I look at the .NET version in 'Stack Settings'. It's set to: ".NET 7 (STS)".

I change it to ".NET 8 (LTS) (Early Access)" as it's the only version higher than 7.

Save, restart app.

Now I get: "HTTP Error 503. The service is unavailable.".

Am I missing something here?

https://blazorapptest20231118153927.azurewebsites.net/

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

Accepted answer
  1. JasonPan - MSFT 4,701 Reputation points Microsoft Vendor
    2023-11-22T00:55:09.86+00:00

    Hi @Aaron Smith,

    Glad we found the cause of the problem.

    Because now. .NET 8 is still in the Early Access phase, and some regions should be in beta, and when there are no problems when it is stable, it will be deployed in every regions.

    So please be patient and wait for the App Service Team update.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. CB 5 Reputation points
    2023-11-23T15:44:53.7933333+00:00

    I have the same problem for UK regions. I'm amazed that Visual Studio is actively prompting the download and upgrade of .net 8.0, yet most of the Azure application regions cannot handle this yet. I am now having to go through a very painful rollback process on a large application.

    It would be hugely helpful to understand when .net 8.0 support is going to be available in the different regions

    1 person found this answer helpful.

  2. SnehaAgrawal-MSFT 19,436 Reputation points
    2024-01-23T06:38:10.38+00:00

    Update- Early access label is removed from Portal for .NET 8 and with this there are no more open items for .NET 8. User's imagePlease let us know if further query or issue remains. Please accept as "Yes" if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    0 comments No comments