Skip to content

Commit 3585b45

Browse files
Merge pull request #287718 from ecfan/hybrid
New content for hybrid logic apps
2 parents 252b758 + ee2c38c commit 3585b45

16 files changed

+1081
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ More workflows in your logic app raise the risk of longer load times, which nega
109109

110110
The **Create Logic App** page appears and shows the following options:
111111

112-
[!INCLUDE [logic-apps-host-plans](../../includes/logic-apps-host-plans.md)]
112+
[!INCLUDE [logic-apps-host-plans](includes/logic-apps-host-plans.md)]
113113

114114
1. On the **Create Logic App** page, select **Standard (Workflow Service Plan)**.
115115

articles/logic-apps/create-standard-workflows-hybrid-deployment.md

Lines changed: 387 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
ms.service: azure-logic-apps
3+
ms.topic: include
4+
author: ecfan
5+
ms.author: estfan
6+
ms.date: 10/14/2024
7+
---
8+
9+
| Plan | Description |
10+
|------|-------------|
11+
| **Consumption** | Creates a logic app resource that supports only one workflow that runs in multitenant Azure Logic Apps and uses the [Consumption model for billing](../logic-apps-pricing.md#consumption-pricing). |
12+
| **Standard** | Creates a logic app resource that supports multiple workflows. You have the following options: <br><br>- **Workflow Service Plan**: Workflows run in single-tenant Azure Logic Apps and use the [Standard model for billing](../logic-apps-pricing.md#standard-pricing). <br><br>- **App Service Environment V3**: Workflows run in single-tenant Azure Logic Apps and use an [App Service Environment plan for billing](../../app-service/environment/overview.md#pricing). <br><br>- **Hybrid** (Preview): Workflows run on premises and in multiple clouds using [Kubernetes Event-driven Autoscaling (KEDA)](/azure/aks/keda-about). For more information, see [Create Standard workflows for hybrid deployment](../create-standard-workflows-hybrid-deployment.md). |
25.8 KB
Loading
66.8 KB
Loading
78.3 KB
Loading
47.7 KB
Loading
63.5 KB
Loading
230 KB
Loading

articles/logic-apps/quickstart-create-example-consumption-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To create a Standard logic app workflow that runs in single-tenant Azure Logic A
8181

8282
The **Create Logic App** page appears and shows the following options:
8383

84-
[!INCLUDE [logic-apps-host-plans](../../includes/logic-apps-host-plans.md)]
84+
[!INCLUDE [logic-apps-host-plans](includes/logic-apps-host-plans.md)]
8585

8686
1. On the **Create Logic App** page, select **Consumption (Multi-tenant)**.
8787

0 commit comments

Comments
 (0)