Skip to content

Commit 47c2a5b

Browse files
committed
Fixes 400168
1 parent 9bee07a commit 47c2a5b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/azure-functions/migrate-dotnet-to-isolated-model.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Migrate from in-process to isolated worker model
3-
description: Learn how to migrate your existing .NET function apps running on the in-process model to the isolated worker model.
2+
title: Migrate C# app from in-process to isolated worker model
3+
description: Learn how to migrate your existing C# function apps running on .NET in the in-process model to the isolated worker model.
44
ms.service: azure-functions
55
ms.custom:
66
- devx-track-dotnet
77
- ignite-2023
88
ms.topic: how-to
9-
ms.date: 03/10/2025
9+
ms.date: 04/04/2025
1010
---
1111

12-
# Migrate .NET apps from the in-process model to the isolated worker model
12+
# Migrate C# apps from the in-process model to the isolated worker model
1313

1414
> [!IMPORTANT]
1515
> [Support for the in-process model ends on November 10, 2026](https://aka.ms/azure-functions-retirements/in-process-model). We highly recommend that you migrate your apps to the isolated worker model by following the instructions in this article.
@@ -21,6 +21,8 @@ This guide assumes that your app is running on version 4.x of the Functions runt
2121
- [Migrate apps from Azure Functions version 2.x and 3.x to version 4.x](./migrate-version-3-version-4.md)
2222
- [Migrate apps from Azure Functions version 1.x to version 4.x](./migrate-version-1-version-4.md)
2323

24+
When supported, this article takes advantage of [ASP.NET Core integration] in the isolated worker model, which improves performance and provides a familiar programming model when your app uses HTTP triggers.
25+
2426
## Identify function apps to migrate
2527

2628
Use the following Azure PowerShell script to generate a list of function apps in your subscription that currently use the in-process model.

0 commit comments

Comments
 (0)