You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-azure-functions.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ You can also run code snippets without using Azure Functions. For more informati
43
43
44
44
* Your function doesn't use custom routes unless you've defined an [OpenAPI definition](../azure-functions/functions-openapi-definition.md) ([Swagger file](https://swagger.io/)).
45
45
46
-
* If you have an OpenAPI definition for your function, the workflow designer gives you a richer experience when your work with function parameters. Before your logic app workflow can find and access functions that have OpenAPI definitions, [set up your function app by following these steps](#function-swagger).
46
+
* If you have an OpenAPI definition for your function, the workflow designer gives you a richer experience when your work with function parameters. Before your logic app workflow can find and access functions that have OpenAPI definitions, [set up your function app by following these later steps](#function-swagger).
47
47
48
48
* Either a [Consumption or Standard](logic-apps-overview.md#resource-type-and-host-environment-differences) logic app resource and workflow where you want to use the function.
49
49
50
-
Before you can add an action that runs a function in your workflow, the workflow must start with a trigger as the first step. If you're new to logic app workflows, review [What is Azure Logic Apps](logic-apps-overview.md) and [Quickstart: Create your first logic app](quickstart-create-first-logic-app-workflow.md).
50
+
Before you can add an action that runs a function in your workflow, the workflow must start with a trigger as the first step. If you're new to logic app workflows, review [What is Azure Logic Apps](logic-apps-overview.md) and [Quickstart: Create your first logic app workflow](quickstart-create-first-logic-app-workflow.md).
51
51
52
52
<aname="function-swagger"></a>
53
53
@@ -316,10 +316,28 @@ If your logic app doesn't have a managed identity set up yet, [enable the manage
316
316
317
317
1. On the managed identity's **Overview** pane, you can find the identity's object ID, for example:
318
318
319
-

319
+

320
320
321
321
#### [Standard](#tab/standard)
322
322
323
+
1. After your logic app has its managed identity enabled, on the logic app menu, under **Settings**, select **Identity**, and then select either **System assigned** or **User assigned**.
324
+
325
+
***System assigned**
326
+
327
+
For the system-assigned identity, copy the identity's object ID, for example:
328
+
329
+

330
+
331
+
***User assigned**
332
+
333
+
1. For the user-assigned identity, select the identity to find the object ID, for example:
334
+
335
+

336
+
337
+
1. On the managed identity's **Overview** pane, you can find the identity's object ID, for example:
338
+
339
+

0 commit comments