Skip to content

Commit 6e94b7a

Browse files
authored
Merge pull request #184863 from ecfan/user-assigned
Azure Logic Apps: User-assigned identity support in Standard
2 parents 8f3c61f + d6c112c commit 6e94b7a

21 files changed

+486
-89
lines changed

articles/logic-apps/create-managed-service-identity.md

Lines changed: 471 additions & 74 deletions
Large diffs are not rendered by default.

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: rohithah, rarayudu, azla
77
ms.topic: reference
8-
ms.date: 11/16/2021
8+
ms.date: 01/12/2022
99
---
1010

1111
# Limits and configuration reference for Azure Logic Apps
@@ -379,16 +379,10 @@ For more information, review the following documentation:
379379

380380
| Name | Limit |
381381
|------|-------|
382-
| Managed identities per logic app | Either the system-assigned identity or 1 user-assigned identity |
382+
| Managed identities per logic app resource | - Consumption: Either the system-assigned identity *or* only one user-assigned identity <p>- Standard: The system-assigned identity *and* any number of user-assigned identities <p>**Note**: By default, a **Logic App (Standard)** resource has the system-assigned managed identity automatically enabled to authenticate connections at runtime. This identity differs from the authentication credentials or connection string that you use when you create a connection. If you disable this identity, connections won't work at runtime. To view this setting, on your logic app's menu, under **Settings**, select **Identity**. |
383383
| Number of logic apps that have a managed identity in an Azure subscription per region | 1,000 |
384384
|||
385385

386-
> [!NOTE]
387-
> By default, a Logic App (Standard) resource has its system-assigned managed identity automatically enabled to
388-
> authenticate connections at runtime. This identity differs from the authentication credentials or connection
389-
> string that you use when you create a connection. If you disable this identity, connections won't work at
390-
> runtime. To view this setting, on your logic app's menu, under **Settings**, select **Identity**.
391-
392386
<a name="integration-account-limits"></a>
393387

394388
## Integration account limits

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,13 @@ When the [managed identity](../active-directory/managed-identities-azure-resourc
11571157

11581158
* The **Logic App (Consumption)** resource type can use the system-assigned identity or a *single* manually created user-assigned identity.
11591159

1160-
* The **Logic App (Standard)** resource type can use only the system-assigned identity, which is automatically enabled. The user-assigned identity is currently unavailable.
1160+
* The **Logic App (Standard)** resource type supports having the [system-assigned managed identity *and* multiple user-assigned managed identities](create-managed-service-identity.md) enabled at the same time, though you still can only select one identity to use at any time.
1161+
1162+
> [!NOTE]
1163+
> By default, the system-assigned identity is already enabled to authenticate connections at run time.
1164+
> This identity differs from the authentication credentials or connection string that you use when you
1165+
> create a connection. If you disable this identity, connections won't work at run time. To view
1166+
> this setting, on your logic app's menu, under **Settings**, select **Identity**.
11611167
11621168
1. Before your logic app can use a managed identity, follow the steps in [Authenticate access to Azure resources by using managed identities in Azure Logic Apps](../logic-apps/create-managed-service-identity.md). These steps enable the managed identity on your logic app and set up that identity's access to the target Azure resource.
11631169

71.1 KB
Loading
55.4 KB
Loading
11.9 KB
Loading
37.5 KB
Loading
46.5 KB
Loading

0 commit comments

Comments
 (0)