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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,9 +306,9 @@ Before you can set up your function app to use the managed identity and Microsof
306
306
307
307
1. [Find the tenant ID for your Microsoft Entra tenant](#find-tenant-id).
308
308
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).
310
310
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).
312
312
313
313
<a name="find-tenant-id"></a>
314
314
@@ -328,9 +328,9 @@ Either run the PowerShell command named [**Get-AzureAccount**](/powershell/modul
328
328
329
329
<a name="find-object-id"></a>
330
330
331
-
#### Find the object ID or client ID for your logic app's managed identity
331
+
#### Find the object ID for your managed identity
332
332
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.
334
334
335
335
1. On the logic app menu, under **Settings**, select **Identity**, and then select either **System assigned** or **User assigned**.
336
336
@@ -352,7 +352,7 @@ After you enable the managed idenity for your Consumption logic app resource, fi
352
352
353
353
<a name="find-enterprise-app-application-id"></a>
354
354
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
356
356
357
357
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.
0 commit comments