Skip to content

Commit e28015d

Browse files
Merge pull request #263611 from ggailey777/urnun
[Functions][mike-urnun-msft] Better fix for MicrosoftDocs/azure-docs#118302
2 parents 70c6717 + 28b82f4 commit e28015d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.custom:
66
- devx-track-dotnet
77
- ignite-2023
88
ms.topic: how-to
9-
ms.date: 08/2/2023
9+
ms.date: 01/17/2024
1010
---
1111

1212
# Migrate .NET apps from the in-process model to the isolated worker model
@@ -140,6 +140,8 @@ var host = new HostBuilder()
140140
host.Run();
141141
```
142142

143+
This examples supports [ASP.NET Core integration] to use normal .NET 8 types. To use the built-in Functions HTTP types instead, replace the call to `ConfigureFunctionsWebApplication` with a call to `ConfigureFunctionsWorkerDefaults`.
144+
143145
# [.NET Framework 4.8](#tab/netframework48)
144146

145147
```csharp

0 commit comments

Comments
 (0)