Skip to content

Commit 173b152

Browse files
Merge pull request #235080 from ecfan/patch-1
Azure Logic Apps: Clarify managed identity limits for Consumption vs Standard
2 parents e95371e + 54883f5 commit 173b152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: rohithah, laveeshb, rarayudu, azla
77
ms.topic: reference
8-
ms.date: 03/27/2023
8+
ms.date: 04/19/2023
99
---
1010

1111
# Limits and configuration reference for Azure Logic Apps
@@ -29,7 +29,7 @@ The following tables list the values for a single workflow definition:
2929

3030
| Name | Limit | Notes |
3131
| ---- | ----- | ----- |
32-
| Workflows per region per subscription | - Consumption: 1,000 workflows where each logic app is limited to 1 workflow <br><br>- Standard: Unlimited, based on the selected hosting plan, app activity, size of machine instances, and resource usage, where each logic app can have multiple workflows ||
32+
| Workflows per region per Azure subscription | - Consumption: 1,000 workflows where each logic app is limited to 1 workflow <br><br>- Standard: Unlimited, based on the selected hosting plan, app activity, size of machine instances, and resource usage, where each logic app can have multiple workflows ||
3333
| Workflow - Maximum name length | - Consumption: 80 characters <br><br>- Standard: 43 characters ||
3434
| Triggers per workflow | 10 triggers | This limit applies only when you work on the JSON workflow definition, whether in code view or an Azure Resource Manager (ARM) template, not the designer. |
3535
| Actions per workflow | 500 actions | To extend this limit, you can use nested workflows as necessary. |
@@ -398,7 +398,7 @@ For more information, review the following documentation:
398398
| Name | Limit |
399399
|------|-------|
400400
| 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**. |
401-
| Number of logic apps that have a managed identity in an Azure subscription per region | 1,000 |
401+
| Number of logic apps that have a managed identity in an Azure subscription per region | - Consumption: 1,000 logic apps <br>- Standard: Per [Azure App Service limits, if any](../azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits) |
402402
|||
403403

404404
<a name="integration-account-limits"></a>

0 commit comments

Comments
 (0)