diff --git a/_posts/2023-11-14-dotnet8_ga.md b/_posts/2023-11-14-dotnet8_ga.md index 5dbc64956..461d1d0f8 100644 --- a/_posts/2023-11-14-dotnet8_ga.md +++ b/_posts/2023-11-14-dotnet8_ga.md @@ -7,13 +7,13 @@ We have completed the rollout for [.NET 8 GA](https://dotnet.microsoft.com/en-us 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. +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. +[Azure Functions](https://aka.ms/af-dotnet-isolated-net8) and [Azure Static Webapps](https://aka.ms/swa-dotnet8) 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): @@ -27,7 +27,7 @@ You can also checkout all the new Azure App Service features and capabilities th Next steps: - [Download .NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) -- [Anouncing .NET 8.0 ](https://www.microsoft.com/) +- [Anouncing .NET 8.0 ](https://aka.ms/dotnet8blog) - [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)