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 8 GA availability #408

Closed
wants to merge 3 commits into from
Closed
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
34 changes: 34 additions & 0 deletions _posts/2023-11-14-dotnet8_ga.md
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.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
On Linux App Service Plans, .Net 8 GA will be fully integrated on day-0 across all public regions without any additional deployments.
On Linux App Service Plans, .NET 8 GA will be fully integrated on day-0 across all public regions without any additional deployments.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.NET should always be capitalized, thanks.


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://www.microsoft.com) and [Azure Static Webapps](https://www.microsoft.com) 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://www.microsoft.com/)
- [ASP.NET Core in .NET 8](https://www.microsoft.com/)
- [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/)
Loading