Skip to content

Commit b0185e1

Browse files
Merge pull request #302406 from ecfan/clarify
[UUF] Clarify only 1 workflow per Consumption logic app
2 parents 375abab + d5cc14a commit b0185e1

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
@@ -28,13 +28,13 @@ The following table briefly summarizes differences between a Consumption logic a
2828

2929
<a name="definition-limits"></a>
3030

31-
## Workflow definition limits
31+
## Workflow limits
3232

33-
The following tables list the values for a single workflow definition:
33+
The following table lists the values that apply to a single workflow definition unless noted otherwise:
3434

3535
| Name | Limit | Notes |
3636
| ---- | ----- | ----- |
37-
| Workflows per region per Azure subscription | - Consumption: 1,000 workflows where each logic app always has only 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 | For optimal performance guidelines around Standard logic app workflows, see [Best practices and recommendations](create-single-tenant-workflows-azure-portal.md#best-practices-and-recommendations). |
37+
| Workflows per region per Azure subscription | - Consumption: 1,000 workflows <br><br>**Note**: Each Consumption logic app resource always contains only one workflow. <br><br>- Standard: Unlimited, based on the selected hosting plan, app activity, size of machine instances, and resource usage. <br><br>Each Standard logic app resource can contain multiple workflows | For optimal performance guidelines around Standard logic app workflows, see [Best practices and recommendations](create-single-tenant-workflows-azure-portal.md#best-practices-and-recommendations). |
3838
| Workflow - Maximum name length | - Consumption: 80 characters <br><br>- Standard: 32 characters ||
3939
| Triggers per workflow | - Consumption (designer): 1 trigger <br>- Consumption (JSON): 10 triggers <br><br>- Standard: 1 trigger | - Consumption: Multiple triggers are possible only when you work on the JSON workflow definition, whether in code view or an Azure Resource Manager (ARM) template, not the designer. <br><br>- Standard: Only one trigger is possible, whether in the designer, code view, or an Azure Resource Manager (ARM) template. |
4040
| Actions per workflow | 500 actions | To extend this limit, you can use nested workflows as necessary. |

0 commit comments

Comments
 (0)