This commit is contained in:
Tulika Chaudharie 2024-11-12 20:45:10 -08:00
Родитель 970500bb8b
Коммит 65b7a2f94f
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -11,11 +11,11 @@ On Azure App Service for Linux, .NET 9 GA will be fully integrated on day-0 acro
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. 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 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. For Azure App Service for Linux, if you already have an app targeting and 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. 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 8 workloads across their scenarios. 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): If you want to learn more, be sure to checkout our sessions during [.NET Conf 2024](https://www.dotnetconf.net/agenda):