Skip to content

Commit 63ea1fd

Browse files
committed
Add managed identity art
1 parent 63ae037 commit 63ea1fd

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ You can also run code snippets without using Azure Functions. For more informati
4343

4444
* 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/)).
4545

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).
4747

4848
* 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.
4949

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).
5151

5252
<a name="function-swagger"></a>
5353

@@ -316,10 +316,28 @@ If your logic app doesn't have a managed identity set up yet, [enable the manage
316316

317317
1. On the managed identity's **Overview** pane, you can find the identity's object ID, for example:
318318

319-
![Screenshot showing the user-assigned identity's "Overview" pane with the object ID selected.](./media/logic-apps-azure-functions/user-identity-consumption-object-id.png)
319+
![Screenshot showing the user-assigned identity's "Overview" pane with the object ID selected.](./media/logic-apps-azure-functions/user-identity-object-id.png)
320320

321321
#### [Standard](#tab/standard)
322322

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+
![Screenshot showing the Standard logic app "Identity" pane with the "System assigned" tab selected.](./media/logic-apps-azure-functions/system-identity-standard.png)
330+
331+
* **User assigned**
332+
333+
1. For the user-assigned identity, select the identity to find the object ID, for example:
334+
335+
![Screenshot showing the Standard logic app "Identity" pane with the "User assigned" tab selected.](./media/logic-apps-azure-functions/user-identity-standard.png)
336+
337+
1. On the managed identity's **Overview** pane, you can find the identity's object ID, for example:
338+
339+
![Screenshot showing the user-assigned managed identity's "Overview" pane with the object ID selected.](./media/logic-apps-azure-functions/user-identity-object-id.png)
340+
323341
---
324342

325343
### Find the tenant ID for your Azure AD
26 Bytes
Loading
37.8 KB
Loading
51.8 KB
Loading

0 commit comments

Comments
 (0)