Skip to content

Commit 4e7f860

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent 47557e1 commit 4e7f860

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ Before you can set up your function app to use the managed identity and Microsof
306306
307307
1. [Find the tenant ID for your Microsoft Entra tenant](#find-tenant-id).
308308
309-
1. [Find the object ID or client ID for your logic app's managed identity](#find-object-id).
309+
1. [Find the object ID for your managed identity](#find-object-id).
310310
311-
1. [Find the application ID for the Enterprise application associated with the managed identity](#find-application-id).
311+
1. [Find the application ID for the Enterprise application associated with your managed identity](#find-application-id).
312312
313313
<a name="find-tenant-id"></a>
314314
@@ -328,9 +328,9 @@ Either run the PowerShell command named [**Get-AzureAccount**](/powershell/modul
328328
329329
<a name="find-object-id"></a>
330330
331-
#### Find the object ID or client ID for your logic app's managed identity
331+
#### Find the object ID for your managed identity
332332
333-
After you enable the managed idenity for your Consumption logic app resource, find the object ID for the system-assigned identity or the client ID for the user-assigned identity. You'll use either ID to find the associated Enterprise application in your Entra tenant.
333+
After you enable the managed identity for your Consumption logic app resource, find the object for your managed identity. You'll use this ID to find the associated Enterprise application in your Entra tenant.
334334
335335
1. On the logic app menu, under **Settings**, select **Identity**, and then select either **System assigned** or **User assigned**.
336336
@@ -352,7 +352,7 @@ After you enable the managed idenity for your Consumption logic app resource, fi
352352
353353
<a name="find-enterprise-app-application-id"></a>
354354
355-
### Find the application ID for the associated Azure Enterprise application
355+
### Find the application ID for the Azure Enterprise application associated with your managed identity
356356
357357
When you enable a managed identity on your logic app resource, Azure automatically creates an associated [Azure Enterprise application](/entra/identity/enterprise-apps/add-application-portal). You now need to find the associated Enterprise application and copy its **Application ID**. Later, you use this application ID to add an identity provider for your function app by creating an app registration.
358358

0 commit comments

Comments
 (0)