-
Notifications
You must be signed in to change notification settings - Fork 49
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
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
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,35 @@ | ||
--- | ||
title: ".NET 9 GA available on Azure App Service" | ||
author_name: "Tulika Chaudharie" | ||
--- | ||
|
||
We have completed the rollout for [.NET 9 GA](https://dotnet.microsoft.com/download/dotnet/9.0) support on Azure 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 Azure App Service for Windows. 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 Azure App Service for Linux, .NET 9 GA will be fully integrated on day-0 across all public regions without any additional deployments. | ||
|
||
If you already have an app targeting an earlier preview of .NET 9.0 on the platform for App Service for Windows, you would need to redeploy the application after updating your [runtimeconfig.json](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/) to use .NET 9.0.0. | ||
|
||
For Azure App Service for Linux, 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 and Azure Static Webapps are also enabling .NET 8 workloads across their scenarios. | ||
|
||
|
||
If you want to learn more, be sure to checkout our sessions during [.NET Conf 2024](https://www.dotnetconf.net/agenda): | ||
- Check out all the new features of .NET 9 announced on [.NET Conf 2024 - Day 1](https://www.youtube.com/watch?v=hM4ifrqF_lQ) | ||
- Wednesday 11/13 @ 9:00am PST Join [Scott Hunter](https://twitter.com/coolcsh) and [Paul Yuknewicz](https://x.com/paulyuki99) to learn more about "Building and scaling cloud-native, intelligent applications on Azure and .NET". | ||
- Friday 11/15 @ 8:30 AM PST Jeff Martinez will show you how to build secure Intelligent apps in the session "Secure intelligent apps with .NET 9 on App Service" | ||
|
||
You can also checkout all the new Azure App Service features and capabilities that we are announcing at [Ignite 2024](https://ignite.microsoft.com/sessions?filter=topic%2FlogicalValue%3EApps) | ||
|
||
Next steps: | ||
|
||
- [Download .NET 9](https://dotnet.microsoft.com/download/dotnet/9.0) | ||
- [Anouncing .NET 9.0 ](https://devblogs.microsoft.com/dotnet/announcing-dotnet-9/) | ||
- [ASP.NET Core in .NET 9]( https://learn.microsoft.com/aspnet/core/release-notes/aspnetcore-9.0) | ||
- [Deploy a .NET application to App Service](https://learn.microsoft.com/azure/app-service/quickstart-dotnetcore?tabs=net80&pivots=development-environment-vs) | ||
|
||
You can also follow us on twitter for more updates and news: [@AzAppService](https://twitter.com/AzAppService/) |