Skip to content

Commit e15c88e

Browse files
author
ecfan
committed
Edits for performance recs
1 parent 7faf69f commit e15c88e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/logic-apps/set-up-deployment-slots.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ ms.date: 04/26/2024
2020
2121
To deploy mission-critical logic apps that are always available and responsive, even during updates or maintenance, you can enable zero downtime deployment by creating and using deployment slots. Zero downtime means that when you deploy new versions of your app, end users shouldn't experience disruption or downtime. Deployment slots are isolated nonproduction environments that host different versions of your app and provide the following benefits:
2222

23-
- You can swap a deployment slot with your production slot without interruption. That way, you can update your logic app without affecting availability or performance.
23+
- Swap a deployment slot with your production slot without interruption. That way, you can update your logic app and workflows without affecting availability or performance.
2424

25-
- You can test and validate any changes in a deployment slot before you apply those changes to the production slot.
25+
- Test and validate any changes in a deployment slot before you apply those changes to the production slot.
2626

27-
- You can roll back to a previous version, if anything goes wrong with your deployment.
27+
- Roll back to a previous version, if anything goes wrong with your deployment.
28+
29+
- Reduce the risk of negative performance when you must exceed the [recommended number of workflows per logic app](create-single-tenant-workflows-azure-portal.md#best-practices-and-recommendations).
2830

2931
With deployment slots, you can achieve continuous delivery and improve your applications' quality and reliability. For more information about deployment slots in Azure and because Standard logic app workflows are based on Azure Functions extensibility, see [Azure Functions deployment slots](../azure-functions/functions-deployment-slots.md).
3032

0 commit comments

Comments
 (0)