Skip to content

Commit b54fb2b

Browse files
authored
Merge pull request #121180 from komayama/patch-11
Parse for markdown syntax dotnet-isolated
2 parents 27c6122 + f6a0d66 commit b54fb2b

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
@@ -368,7 +368,7 @@ namespace Company.Function
368368

369369
Upgrading your function app to the isolated model consists of two steps:
370370

371-
1. Change the configuration of the function app to use the isolated model by setting the `FUNCTIONS_WORKER_RUNTIME` application setting to "dotnet-isolated". Make sure that any deployment automation is similarly updated.
371+
1. Change the configuration of the function app to use the isolated model by setting the `FUNCTIONS_WORKER_RUNTIME` application setting to `dotnet-isolated`. Make sure that any deployment automation is similarly updated.
372372
2. Publish your migrated project to the updated function app.
373373

374374
When you use Visual Studio to publish an isolated worker model project to an existing function app that uses the in-process model, you're prompted to let Visual Studio update the function app during deployment. This accomplishes both steps at once.

0 commit comments

Comments
 (0)