Anyone else having trouble with .NET 8.0.1 on Azure App service for Linux deployment?

George Fleming 5 Reputation points
2023-11-14T19:15:05.9066667+00:00

Today, after the switchover to .net 8.0.1, github actions workflows switched to 8.0.1 in our application automatic build flow. However, the Azure Web App service is still using:

8.0.0-rc.2.23479.6

I have tried restarting app multiple times. In configuration -> General Settings -> Major/Minor Version, I set it to use .NET 8 (LTS)/.NET 8 (LTS) (Early Access) (no other .net 8 options, but it still tries to use rc2). Because of this mismatch, my web app went offline after pushing some updates this morning =(

Any ideas/suggestions?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,398 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
976 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Grmacjon-MSFT 16,186 Reputation points
    2023-11-30T04:18:23.9033333+00:00

    Hi @George Fleming , I just confirmed with the engineering team that this issue has been resolved. Let us know if you're now able to see .NET 8 in your web app.

    Best,

    -Grace

    0 comments No comments

  2. Ghawali, Avinash (AssetMark) 0 Reputation points
    2024-01-22T23:43:30.62+00:00

    I am facing same/different issue with related to service upgrade to .NET Core 8.0, it worked fine entire last week. Today morning when I deployed service again it went down with below error.

    User's image

    0 comments No comments