Skip to content

Commit 96d4028

Browse files
authored
Merge pull request #111733 from ecfan/patch-6
Clarify supported languages
2 parents 45d51d4 + 6f94a98 commit 96d4028

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/logic-apps/logic-apps-azure-functions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ Now that you've created your Azure function, follow the steps for how to [add fu
9696

9797
## Create functions inside logic apps
9898

99-
Before you can create an Azure function starting from inside your logic app by using the Logic App Designer, you must first have an Azure function app, which is a container for your functions. If you don't have a function app, create that function app first. See [Create your first function in the Azure portal](../azure-functions/functions-create-first-azure-function.md).
99+
You can create Azure functions directly from your logic app's workflow by using the built-in Azure Functions action in the Logic App Designer, but you can use this method only for Azure functions written in JavaScript. For other languages, you can create Azure functions through the Azure Functions experience in the Azure portal. For more information, see [Create your first function in the Azure portal](../azure-functions/functions-create-first-azure-function.md).
100+
101+
However, before you can create any Azure function, you must already have an Azure function app, which is a container for your functions. If you don't have a function app, create that function app first. See [Create your first function in the Azure portal](../azure-functions/functions-create-first-azure-function.md).
100102

101103
1. In the [Azure portal](https://portal.azure.com), open your logic app in the Logic App Designer.
102104

0 commit comments

Comments
 (0)