Skip to content

Commit d618041

Browse files
authored
Merge pull request #208084 from ecfan/perf
Azure Logic Apps: [Standard] Tips to improve designer performance
2 parents 2a8f376 + 328b323 commit d618041

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 04/15/2022
8+
ms.date: 08/15/2022
99
ms.custom: ignite-fall-2021
1010

1111
#Customer intent: As a developer, I want to create an automated integration workflow that runs in single-tenant Azure Logic Apps using the Azure portal.
@@ -60,6 +60,16 @@ As you progress, you'll complete these high-level tasks:
6060

6161
* To deploy your **Logic App (Standard)** resource to an [App Service Environment v3 (ASEv3)](../app-service/environment/overview.md), you have to create this environment resource first. You can then select this environment as the deployment location when you create your logic app resource. For more information, review [Resources types and environments](single-tenant-overview-compare.md#resource-environment-differences) and [Create an App Service Environment](../app-service/environment/creation.md).
6262

63+
## Best practices and recommendations
64+
65+
For optimal designer responsiveness and performance, review and follow these guidelines:
66+
67+
- Use no more than 50 actions per workflow. Exceeding this number of actions raises the possibility for slower designer performance.
68+
69+
- Consider splitting business logic into multiple workflows where necessary.
70+
71+
- Have no more than 10-15 workflows per logic app resource.
72+
6373
<a name="create-logic-app-resource"></a>
6474

6575
## Create a Standard logic app resource

0 commit comments

Comments
 (0)