-
Notifications
You must be signed in to change notification settings - Fork 51
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
Closed
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,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://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/) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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.