Skip to content

Commit a409ef8

Browse files
authored
Apply change to fix blocking issue
1 parent 8683561 commit a409ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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.
48+
- **Consider Logic Apps hosting models**. **Consumption plan**: multitenant, 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.
4949

5050
#### Business application
5151

0 commit comments

Comments
 (0)