Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure support for .NET 4.8

Does anyone have any knowledge on Azure app service .NET 4.8 support. We currently have a repository that we've started to move to .NET Core but because of our dependencies, we've had to target .NET 4.8. Unfortunately, it doesn't look like Azure supports this framework version yet.

Does anyone have any ideas on timeline for if/when this might be supported? Or possible workarounds since we can't install third-party software on these services.

like image 814
Appa Avatar asked Oct 08 '19 22:10

Appa


People also ask

Is .NET 4.8 still supported?

Support lifecycle NET Framework 4.8 is the latest version of . NET Framework and will continue to be distributed with future releases of Windows. As long as it is installed on a supported version of Windows, . NET Framework 4.8 will continue to also be supported.

How long will .NET 4.8 be supported?

Net 4.8 as long as it's on a supported version of Windows. . Net Core: It's best not to target the . Net Core versions as only 3.1 currently has LTS, but that will come to an end in December, 2022.

Is .NET Framework supported in Azure?

NET are supported on Azure App Service. With the release of . NET Framework 4.7. 2, I've been asked multiple times it Azure App Services (Websites) supports it yet.

Why the .NET Framework 4.8 is not supported on this operating system?

That means the 4.8 version is not supported by your current operating windows, actually, you need to upgrade your windows. Visit https://www.microsoft.com/en-us/software-download/windows10, go to "Create Windows 10 installation media" section and download the tool. Install the tool and run it.


2 Answers

Update

Jeff Martinez says:

.NET Framework 4.8 support is coming to App Service.

Public Azure cloud deployment will begin in mid-late July 2020 completing by mid-September 2020. For our Sovereign clouds, deployment will begin by mid-late August 2020 and complete by early-October 2020.


As of late August 2019, updating Azure App Service to .Net 4.8 is planned.

Reference: https://feedback.azure.com/forums/169385-web-apps/suggestions/37566262-upgrade-app-service-with-net-4-8

There have been no updates to Azure App Service since 19 August 2019.

Reference: https://azure.microsoft.com/en-au/updates/?product=app-service

like image 151
Igby Largeman Avatar answered Sep 17 '22 17:09

Igby Largeman


Late answer, but it has just been announced that deployment of .NET Framework 4.8 to Azure App Service will start in July 2020. See the GitHub issue.

Hope this helps anyone looking for an update on this.

like image 25
rmb355 Avatar answered Sep 20 '22 17:09

rmb355