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-limits-and-config.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: rohithah, laveeshb, rarayudu, azla
7
7
ms.topic: reference
8
-
ms.date: 03/27/2023
8
+
ms.date: 04/19/2023
9
9
---
10
10
11
11
# Limits and configuration reference for Azure Logic Apps
@@ -29,7 +29,7 @@ The following tables list the values for a single workflow definition:
29
29
30
30
| Name | Limit | Notes |
31
31
| ---- | ----- | ----- |
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 ||
33
33
| Workflow - Maximum name length | - Consumption: 80 characters <br><br>- Standard: 43 characters ||
34
34
| 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. |
35
35
| 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:
398
398
| Name | Limit |
399
399
|------|-------|
400
400
| 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 - Standard: Per [Azure App Service limits, if any](../azure-resource-manager/management/azure-subscription-service-limits.md#app-service-limits)|
0 commit comments