Skip to content

Commit 279d099

Browse files
Merge pull request #239826 from ecfan/patch-1
Azure Logic Apps: Standard name character limit from 43 to 32
2 parents e7a34fa + 68c7c31 commit 279d099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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: 04/19/2023
8+
ms.date: 05/31/2023
99
---
1010

1111
# Limits and configuration reference for Azure Logic Apps
@@ -30,7 +30,7 @@ The following tables list the values for a single workflow definition:
3030
| Name | Limit | Notes |
3131
| ---- | ----- | ----- |
3232
| 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-
| Workflow - Maximum name length | - Consumption: 80 characters <br><br>- Standard: 43 characters ||
33+
| Workflow - Maximum name length | - Consumption: 80 characters <br><br>- Standard: 32 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. |
3636
| Actions nesting depth | 8 actions | To extend this limit, you can use nested workflows as necessary. |

0 commit comments

Comments
 (0)