Skip to content

Commit 06c305b

Browse files
Merge pull request #246770 from SnehaAgrawal-MSFT/patch-71
(AzureCXP) fixes MicrosoftDocs/azure-docs/issues/112822
2 parents 68df140 + 38dd0de commit 06c305b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,12 @@ To locally run webhook-based triggers and actions in Visual Studio Code, you nee
544544
> [!NOTE]
545545
>
546546
> If your project is NuGet package-based (.NET), not extension bundle-based (Node.js),
547-
> `"FUNCTIONS_WORKER_RUNTIME"` is set to `"dotnet"`. However, to use **Inline Code Operations**,
548-
> you must have `"FUNCTIONS_WORKER_RUNTIME"` set to `"node"`
547+
> `"FUNCTIONS_WORKER_RUNTIME"` is set to `"dotnet"`. To use the **Transform XML** action
548+
> [with XSLT maps that call .NET Framework assemblies](#add-assemblies-to-your-project),
549+
> to [create maps for data transformation](create-maps-data-transformation-visual-studio-code.md),
550+
> or to [create and run .NET code from Standard workflows](create-run-custom-code-functions.md),
551+
> you must set `"FUNCTIONS_WORKER_RUNTIME"` to `"dotnet-isolated"`. To use **Inline Code Operations**,
552+
> you must set`"FUNCTIONS_WORKER_RUNTIME"` to `"node"`.
549553
550554
The first time when you start a local debugging session or run the workflow without debugging, the Azure Logic Apps runtime registers the workflow with the service endpoint and subscribes to that endpoint for notifying the webhook operations. The next time that your workflow runs, the runtime won't register or resubscribe because the subscription registration already exists in local storage.
551555

0 commit comments

Comments
 (0)