Skip to content

Commit cec50c4

Browse files
author
ecfan
committed
Move best practices section
1 parent 34d6c57 commit cec50c4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,18 @@ In single-tenant Azure Logic Apps, workflows in the same logic app resource and
6363

6464
* Starting mid-October 2022, new Standard logic app workflows in the Azure portal automatically use Azure Functions v4. Throughout November 2022, existing Standard workflows in the Azure portal are automatically migrating to Azure Functions v4. Unless you deployed your Standard logic apps as NuGet-based projects or pinned your logic apps to a specific bundle version, this upgrade is designed to require no action from you nor have a runtime impact. However, if the exceptions apply to you, or for more information about Azure Functions v4 support, see [Azure Logic Apps Standard now supports Azure Functions v4](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/azure-logic-apps-standard-now-supports-azure-functions-v4/ba-p/3656072).
6565

66+
## Best practices and recommendations
67+
68+
For optimal designer responsiveness and performance, review and follow these guidelines:
69+
70+
- Use no more than 50 actions per workflow. Exceeding this number of actions raises the possibility for slower designer performance.
71+
72+
- Consider splitting business logic into multiple workflows where necessary.
73+
74+
- Have no more than 10-15 workflows per logic app resource.
75+
76+
More workflows in your logic app raise the risk of longer load times, which negatively affect performance. If you have mission-critical logic apps that require zero downtime deployments, consider [setting up deployment slots](set-up-deployment-slots.md).
77+
6678
<a name="create-logic-app-resource"></a>
6779

6880
## Create a Standard logic app resource
@@ -351,18 +363,6 @@ In this example, the workflow runs when the Request trigger receives an inbound
351363

352364
![Screenshot that shows Outlook email as described in the example](./media/create-single-tenant-workflows-azure-portal/workflow-app-result-email.png)
353365

354-
## Best practices and recommendations
355-
356-
For optimal designer responsiveness and performance, review and follow these guidelines:
357-
358-
- Use no more than 50 actions per workflow. Exceeding this number of actions raises the possibility for slower designer performance.
359-
360-
- Consider splitting business logic into multiple workflows where necessary.
361-
362-
- Have no more than 10-15 workflows per logic app resource.
363-
364-
More workflows in your logic app raise the risk of longer load times, which negatively affect performance. If you have mission-critical logic apps that require zero downtime deployments, consider [setting up deployment slots](set-up-deployment-slots.md).
365-
366366
<a name="review-run-history"></a>
367367

368368
## Review workflow run history

0 commit comments

Comments
 (0)