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/create-single-tenant-workflows-azure-portal.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,6 +361,8 @@ For optimal designer responsiveness and performance, review and follow these gui
361
361
362
362
- Have no more than 10-15 workflows per logic app resource.
363
363
364
+
More workflows in your logic app raise the risk of longer load times, which negatively affect performance. If you need to exceed the recommnedation, consider [setting up deployment slots](set-up-deployment-slots.md).
> For Power Automate, review [Limits and configuration in Power Automate](/power-automate/limits-and-config).
14
16
15
17
This reference guide describes the limits and configuration information for Azure Logic Apps and related resources. Based on your scenario, solution requirements, the capabilities that you want, and the environment where you want to run your workflows, you choose whether to create a Consumption logic app workflow that runs in *multitenant* Azure Logic Apps or an integration service environment (ISE). Or, create a Standard logic app workflow that runs in *single-tenant* Azure Logic Apps or an App Service Environment (v3 - Windows plans only).
16
18
17
19
> [!NOTE]
18
-
> Many limits are the same across the available environments where Azure Logic Apps runs, but differences are noted where they exist.
20
+
>
21
+
> Many limits are the same across the available environments where Azure Logic Apps runs, but differences are noted where they exist.
19
22
20
23
The following table briefly summarizes differences between a Consumption logic app and a Standard logic app. You'll also learn how single-tenant Azure Logic Apps compares to multitenant Azure Logic Apps and an ISE for deploying, hosting, and running your logic app workflows.
21
24
@@ -29,7 +32,7 @@ The following tables list the values for a single workflow definition:
29
32
30
33
| Name | Limit | Notes |
31
34
| ---- | ----- | ----- |
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 ||
35
+
| 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). |
33
36
| Workflow - Maximum name length | - Consumption: 80 characters <br><br>- Standard: 32 characters ||
34
37
| 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. |
35
38
| Actions per workflow | 500 actions | To extend this limit, you can use nested workflows as necessary. |
0 commit comments