Skip to content

Commit 7faf69f

Browse files
author
ecfan
committed
Add links to deployment slots
1 parent 76a8eff commit 7faf69f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ For optimal designer responsiveness and performance, review and follow these gui
361361

362362
- Have no more than 10-15 workflows per logic app resource.
363363

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).
365+
364366
<a name="review-run-history"></a>
365367

366368
## Review workflow run history

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
---
22
title: Limits and configuration reference guide
3-
description: Reference guide to limits and configuration information for Azure Logic Apps.
3+
description: Reference guide about the limits and configuration settings for logic app resources and workflows in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: rohithah, laveeshb, rarayudu, azla
77
ms.topic: reference
8-
ms.date: 03/22/2024
8+
ms.date: 04/26/2024
99
---
1010

1111
# Limits and configuration reference for Azure Logic Apps
1212

13+
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
14+
1315
> For Power Automate, review [Limits and configuration in Power Automate](/power-automate/limits-and-config).
1416
1517
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).
1618

1719
> [!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.
1922
2023
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.
2124

@@ -29,7 +32,7 @@ The following tables list the values for a single workflow definition:
2932

3033
| Name | Limit | Notes |
3134
| ---- | ----- | ----- |
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). |
3336
| Workflow - Maximum name length | - Consumption: 80 characters <br><br>- Standard: 32 characters ||
3437
| 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. |
3538
| Actions per workflow | 500 actions | To extend this limit, you can use nested workflows as necessary. |

0 commit comments

Comments
 (0)