Skip to content

Commit 009460a

Browse files
authored
Add info about worker and referenced package versions
1 parent 0142402 commit 009460a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/logic-apps/create-run-custom-code-functions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, kewear, azla
77
ms.topic: how-to
88
ms.custom: devx-track-dotnet
9-
ms.date: 06/17/2024
9+
ms.date: 09/06/2024
1010
# Customer intent: As a logic app workflow developer, I want to write and run my own .NET code to perform custom integration tasks.
1111
---
1212

@@ -52,7 +52,9 @@ For more information about limitations in Azure Logic Apps, see [Limits and conf
5252

5353
## Limitations
5454

55-
Custom functions authoring currently isn't available in the Azure portal. However, after you deploy your functions from Visual Studio Code to Azure, follow the steps in [Call your code from a workflow](#call-code-from-workflow) for the Azure portal. You can use the built-in action named **Call a local function in this logic app** to select from your deployed custom functions and run your code. Subsequent actions in your workflow can reference the outputs from these functions, as in any other workflow. You can view the built-in action's run history, inputs, and outputs.
55+
- Custom functions authoring currently isn't available in the Azure portal. However, after you deploy your functions from Visual Studio Code to Azure, follow the steps in [Call your code from a workflow](#call-code-from-workflow) for the Azure portal. You can use the built-in action named **Call a local function in this logic app** to select from your deployed custom functions and run your code. Subsequent actions in your workflow can reference the outputs from these functions, as in any other workflow. You can view the built-in action's run history, inputs, and outputs.
56+
57+
- Custom functions use an isolated worker to invoke the code in your logic app workflow. To avoid package references conflicts between your own function code and the worker, use the same package versions referenced by the worker. For the full package list and versions referenced by the worker, see [Worker and package dependencies](https://github.com/Azure/logicapps/blob/master/articles/worker-packages-dependencies-custom-code.pdf).
5658

5759
## Create a code project
5860

0 commit comments

Comments
 (0)