Skip to content

Commit 6b797b0

Browse files
removing unnecessary qualifier
1 parent 6922684 commit 6b797b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following example is a .csproj project file that uses .NET 6 on version 4.x:
9898

9999
Use one of the following procedures to update this XML file to run in the isolated worker model:
100100

101-
# [.NET 6 (isolated)](#tab/net6-isolated)
101+
# [.NET 6](#tab/net6-isolated)
102102

103103
[!INCLUDE [functions-dotnet-migrate-project-v4-isolated](../../includes/functions-dotnet-migrate-project-v4-isolated.md)]
104104

@@ -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 the following program.cs file to your project:
124124

125-
# [.NET 6 (isolated)](#tab/net6-isolated)
125+
# [.NET 6](#tab/net6-isolated)
126126

127127
:::code language="csharp" source="~/functions-quickstart-templates/Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/Program.cs" range="23-29":::
128128

@@ -168,7 +168,7 @@ The differences between in-process and isolated worker process can be seen in HT
168168

169169
The HTTP trigger template for the migrated version looks like the following example:
170170

171-
# [.NET 6 (isolated)](#tab/net6-isolated)
171+
# [.NET 6](#tab/net6-isolated)
172172

173173
:::code language="csharp" source="~/functions-quickstart-templates/Functions.Templates/Templates/HttpTrigger-CSharp-Isolated/HttpTriggerCSharp.cs":::
174174

0 commit comments

Comments
 (0)