Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet 0 GA #484

Merged
merged 4 commits into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions _posts/2024-11-12-dotnet9-ga.md
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 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](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](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/)
Loading