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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,18 @@ In single-tenant Azure Logic Apps, workflows in the same logic app resource and
63
63
64
64
* 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).
65
65
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
+
66
78
<aname="create-logic-app-resource"></a>
67
79
68
80
## Create a Standard logic app resource
@@ -351,18 +363,6 @@ In this example, the workflow runs when the Request trigger receives an inbound
351
363
352
364

353
365
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).
0 commit comments