Skip to content

Commit 4dce9d1

Browse files
authored
Expand guidance on Logic Apps hosting models
Added details about Logic Apps hosting models, including Consumption and Standard plans.
1 parent 08c6641 commit 4dce9d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

learn-pr/wwl-azure/design-compute-solution/includes/9-design-for-logic-app-solutions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ There are several points to consider when deciding whether Azure Logic Apps is t
4545

4646
- **Consider other options**. Know when _not_ to use Azure Logic Apps. There are cases where Logic Apps might not be the best option. Logic Apps isn't an ideal solution for real-time requirements, complex business rules, or if you're using nonstandard services.
4747

48+
- **Consider Logic Apps hosting models**. **Consumption plan**: multi-tenant, pay-per-execution, and one workflow per resource. The consumption plan is best for occasional workloads. **Standard plan**: single-tenant, virtual network integration, multiple workflows per app, and dedicated compute resources. The standard plan is best for enterprise integration or compliance-sensitive workloads.
49+
4850
#### Business application
4951

5052
This flowchart shows a detailed decision tree for when to use Azure Logic Apps.

0 commit comments

Comments
 (0)