Skip to content

Commit e8f4f08

Browse files
mikeurnunggailey777
authored andcommitted
(Azure CXP) clarify ConfigureFunctionsWebApplication
1 parent 69cf319 commit e8f4f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Use one of the following procedures to update this XML file to run in the isolat
122122

123123
When migrating to run in an isolated worker process, you must add a `Program.cs` file to your project with the following contents:
124124

125-
# [.NET 8](#tab/net8)
125+
# [.NET 8 with ASP.NET Core Integration](#tab/net8)
126126

127127
```csharp
128128
using Microsoft.Azure.Functions.Worker;

0 commit comments

Comments
 (0)