Skip to content

Commit fe9825d

Browse files
authored
Merge pull request #186588 from ecfan/names
Azure Logic Apps: Update length limit on workflow (logic app) name
2 parents d01bdfc + 4642152 commit fe9825d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/azure-resource-manager/management/resource-name-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ In the following tables, the term alphanumeric refers to:
460460
> | integrationAccounts / sessions | integration account | 1-80 | Alphanumerics, hyphens, underscores, periods, and parenthesis. |
461461
> | integrationServiceEnvironments | resource group | 1-80 | Alphanumerics, hyphens, periods, and underscores. |
462462
> | integrationServiceEnvironments / managedApis | integration service environment | 1-80 | Alphanumerics, hyphens, periods, and underscores. |
463-
> | workflows | resource group | 1-80 | Alphanumerics, hyphens, underscores, periods, and parenthesis. |
463+
> | workflows | resource group | 1-43 | Alphanumerics, hyphens, underscores, periods, and parenthesis. |
464464
465465
## Microsoft.MachineLearning
466466

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The following tables list the values for a single workflow definition:
3030
| Name | Limit | Notes |
3131
| ---- | ----- | ----- |
3232
| Workflows per region per subscription | 1,000 workflows ||
33+
| Workflow - Maximum name length | 43 characters | Previously 80 characters |
3334
| 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. |
3435
| Actions per workflow | 500 actions | To extend this limit, you can use nested workflows as necessary. |
3536
| Actions nesting depth | 8 actions | To extend this limit, you can use nested workflows as necessary. |

0 commit comments

Comments
 (0)