File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ The following example is a .csproj project file that uses .NET 6 on version 4.x:
98
98
99
99
Use one of the following procedures to update this XML file to run in the isolated worker model:
100
100
101
- # [ .NET 6 (isolated) ] ( #tab/net6-isolated )
101
+ # [ .NET 6] ( #tab/net6-isolated )
102
102
103
103
[ !INCLUDE [ functions-dotnet-migrate-project-v4-isolated] ( ../../includes/functions-dotnet-migrate-project-v4-isolated.md )]
104
104
@@ -122,7 +122,7 @@ Use one of the following procedures to update this XML file to run in the isolat
122
122
123
123
When migrating to run in an isolated worker process, you must add the following program.cs file to your project:
124
124
125
- # [ .NET 6 (isolated) ] ( #tab/net6-isolated )
125
+ # [ .NET 6] ( #tab/net6-isolated )
126
126
127
127
:::code language="csharp" source="~ /functions-quickstart-templates/Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/Program.cs" range="23-29":::
128
128
@@ -168,7 +168,7 @@ The differences between in-process and isolated worker process can be seen in HT
168
168
169
169
The HTTP trigger template for the migrated version looks like the following example:
170
170
171
- # [ .NET 6 (isolated) ] ( #tab/net6-isolated )
171
+ # [ .NET 6] ( #tab/net6-isolated )
172
172
173
173
:::code language="csharp" source="~ /functions-quickstart-templates/Functions.Templates/Templates/HttpTrigger-CSharp-Isolated/HttpTriggerCSharp.cs":::
174
174
You can’t perform that action at this time.
0 commit comments