-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeff Martinez
committed
Nov 13, 2023
1 parent
4211e40
commit 0b679e5
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: ".NET 8 GA available on App Service" | ||
author_name: "Tulika Chaudharie" | ||
--- | ||
|
||
We have completed the rollout for [.NET 8 GA](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) support on App Service. | ||
|
||
Like in previous years we are using the [App Service Early Access feature](https://aka.ms/app-service-early-access) to enable day-0 support on the platform across all public regions on Windows App Service Plans. The early access release will be followed by additional deployments to fully integrate the new bits across our fleet, expecting to be fully done by the end of the week. | ||
|
||
On Linux App Service Plans, .NET 8 GA will be fully integrated on day-0 across all public regions without any additional deployments. | ||
|
||
If you already have an app targeting and earlier preview of .NET 8.0 on the platform, there is no need to take action as the new runtime will be picked up on the next application restart once the update is available for your app. You can trigger this manually by starting and stopping your app. | ||
|
||
Self-contained .NET apps will *not* be auto-updated since they have no dependency on the runtime provided by App Service. | ||
|
||
[Azure Functions](https://aka.ms/af-dotnet-isolated-net8) and [Azure Static Webapps](https://aka.ms/swa-dotnet8) are also enabling .NET 8 workloads across their scenarios. | ||
|
||
|
||
If you want to learn more, be sure to checkout our sessions during [.NET Conf 2023](https://www.dotnetconf.net/agenda): | ||
|
||
- Tuesday 11/14 @ 4:30PM PST Join [Scott Hunter](https://twitter.com/coolcsh) to talk about "Building and scaling cloud-native, intelligent applications on Azure and .NET" | ||
- Wednesday 11/15 @ 10:00am PST Join [Byron Tardif](https://twitter.com/bktv99) will be taking the stage talk about "App Service the best place to host your .NET 8 Web Apps". | ||
- Thursday 11/16 @ 3:30PM PST Join [Gaurav Seth](https://twitter.com/segaurav) will show you how to migrate your apps to Azure App Service in the session "From Zero to Hero: Quickly Migrate Web Apps with Azure App Service" | ||
|
||
You can also checkout all the new Azure App Service features and capabilities that we are announcing at [Ignite 2023](https://aka.ms/appserviceignite2023whatsnew) | ||
|
||
Next steps: | ||
|
||
- [Download .NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | ||
- [Anouncing .NET 8.0 ](https://aka.ms/dotnet8blog) | ||
- [ASP.NET Core in .NET 8]( https://aka.ms/aspnet-blog-8) | ||
- [Deploy a .NET application to App Service](https://docs.microsoft.com/azure/app-service/quickstart-dotnetcore?tabs=net60&pivots=development-environment-vs) | ||
|
||
You can also follow us on twitter for more updates and news: [@AzAppService](https://twitter.com/AzAppService/) |