Azure / app-service-linux-docs

Azure App Service: Frequently Asked Questions on Linux App Service
Creative Commons Attribution 4.0 International
139 stars 81 forks source link

Configuration for .NET 8 (LTS) still pointing to rc2 #201

Open g-fleming opened 1 year ago

g-fleming commented 1 year ago

Today, the github automated workflows switched from rc2 to 8.0.1 .NET release. However, this broke our web app deployment, as the Azure Web service is still using rc2. When is this supposed to switch over?

Azure Web App -> Configuration -> General Settings -> Stack is .NET the Major Version is .NET 8 (LTS), the minor version is .NET 8 (LTS) (Early Access)

When I check logstream, this is still using rc2. I don't think I can force the settings to 8.0.1 without creating custom docker image?

g-fleming commented 1 year ago

I was able to manually work around this for now by customizing the download link in the github workflow file to point to rc2, it took a while though. I don't want to move to 8.0.1 online until the default azure app service points to it.