.NET 9 GA available on Azure App Service
We have completed the rollout for .NET 9 GA support on Azure App Service.
Like in previous years we are using the App Service Early Access feature 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 to use .NET 9.0.0.
For Azure App Service for Linux, if you already have an app targeting an earlier preview of .NET 9.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 stopping and starting 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 9 workloads across their scenarios.
If you want to learn more, be sure to checkout our sessions during .NET Conf 2024:
- Check out all the new features of .NET 9 announced on .NET Conf 2024 - Day 1
- Wednesday 11/13 @ 9:00am PST Join Scott Hunter and Paul Yuknewicz 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
Next steps:
You can also follow us on twitter for more updates and news: @AzAppService