Skip to content

Commit c0de89d

Browse files
authored
Add link to limits for ISE and other clarity edits
1 parent 94f89cd commit c0de89d

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

articles/logic-apps/logic-apps-pricing.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Pricing & billing model
33
description: Overview about how the pricing and billing model works for Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
6-
author: kevinlam1
7-
ms.author: klam
6+
author: jonfancey
7+
ms.author: jonfan
88
ms.reviewer: estfan, logicappspm
99
ms.topic: conceptual
1010
ms.date: 07/19/2019
@@ -18,32 +18,41 @@ ms.date: 07/19/2019
1818

1919
## Consumption pricing model
2020

21-
For new logic apps that run in the public or "global" Azure Logic Apps service, you pay only for what you use. These logic apps use a consumption-based plan and pricing model. In your logic app, each step is an action, and Azure Logic Apps meters all the actions that run in your logic app.
21+
For new logic apps that run in the public, "global", multi-tenant Azure Logic Apps service, you pay only for what you use. These logic apps use a consumption-based plan and pricing model. In your logic app, each step is an action, and Azure Logic Apps meters all the actions that run in your logic app.
2222

2323
For example, actions include:
2424

2525
* Triggers, which are special actions. All logic apps require a trigger as the first step.
26+
2627
* ["Built-in" or native actions](../connectors/apis-list.md#built-in) such as HTTP, calls to Azure Functions and API Management, and so on
28+
2729
* Calls to [managed connectors](../connectors/apis-list.md#managed-connectors) such as Outlook 365, Dropbox, and so on
30+
2831
* Control flow steps, such as loops, conditional statements, and so on
2932

3033
[Standard connectors](../connectors/apis-list.md#managed-connectors) are charged at the [Standard connector price](https://azure.microsoft.com/pricing/details/logic-apps). Generally available [Enterprise connectors](../connectors/apis-list.md#managed-connectors) are charged at the [Enterprise connector price](https://azure.microsoft.com/pricing/details/logic-apps), while public preview Enterprise connectors are charged at the [Standard connector price](https://azure.microsoft.com/pricing/details/logic-apps).
3134

32-
Learn more about how billing works for [triggers](#triggers) and [actions](#actions).
35+
Learn more about how billing works at the [triggers](#triggers) and [actions](#actions) levels. Or, for information about limits, see [Limits and configuration for Azure Logic Apps](logic-apps-limits-and-config.md).
3336

3437
<a name="fixed-pricing"></a>
3538

3639
## Fixed pricing model
3740

38-
An [*integration service environment* (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) provides an isolated way for you to create and run logic apps that can access resources in an Azure virtual network. For new logic apps that run inside an ISE, you pay a [fixed monthly price](https://azure.microsoft.com/pricing/details/logic-apps) for these capabilities:
41+
An [*integration service environment* (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) provides an isolated way for you to create and run logic apps that can access resources in an Azure virtual network. You can choose from these [ISE levels or "SKUs"](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#ise-skus), which have different [pricing rates](https://azure.microsoft.com/pricing/details/logic-apps):
42+
43+
* [Premium ISE](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#ise-skus): The Premium ISE's base unit has fixed capacity. If you need more throughput, you can [add more scale units](../logic-apps/ise-manage-integration-service-environment.md#add-capacity), either during creation or afterwards. For information about Premium ISE limits, see [Limits and configuration for Azure Logic Apps](logic-apps-limits-and-config.md#integration-service-environment-ise).
44+
45+
* [Developer ISE]: The Developer ISE doesn't have the capability to add more scale units. Logic apps that run in an ISE don't incur data retention costs. The Developer ISE has no published limits as this SKU doesn't have any service-level agreement (SLA) or capabilities for scaling up. Use this SKU only for experimenting, development, and testing, not production or performance testing.
46+
47+
For new logic apps that run inside an ISE, you pay a [fixed monthly price](https://azure.microsoft.com/pricing/details/logic-apps) for these capabilities:
3948

4049
* [Built-in](../connectors/apis-list.md#built-in) triggers and actions
4150

4251
Within an ISE, built-in triggers and actions display the **Core** label and run in the same ISE as your logic apps.
4352

44-
* [Standard](../connectors/apis-list.md#managed-connectors) connectors and [Enterprise](../connectors/apis-list.md#enterprise-connectors) connectors (as many Enterprise connections as you want)
53+
* [Standard](../connectors/apis-list.md#managed-connectors) connectors and [Enterprise](../connectors/apis-list.md#enterprise-connectors) connectors, which let you have as many Enterprise connections as you want
4554

46-
Standard and Enterprise connectors that display the **ISE** label run in the same ISE as your logic apps. Connectors that don't display the ISE label run in the global Logic Apps service. Fixed monthly pricing also applies to connectors that run in the global service when you use them with logic apps that run in an ISE.
55+
Standard and Enterprise connectors that display the **ISE** label run in the same ISE as your logic apps. Connectors that don't display the ISE label run in the public, "global", multi-tenant Logic Apps service. Fixed monthly pricing also applies to connectors that run in the multi-tenant service when you use them with logic apps that run in an ISE.
4756

4857
* [Integration account](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md) usage at no additional cost, based on your [ISE SKU](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#ise-level):
4958

@@ -57,11 +66,7 @@ An [*integration service environment* (ISE)](../logic-apps/connect-virtual-netwo
5766

5867
* **Developer SKU**: Either up to 4 more Standard accounts, or up to 5 total Standard accounts. No Basic accounts.
5968

60-
For more information about integration account limits, see [Logic Apps limits and configuration](../logic-apps/logic-apps-limits-and-config.md#integration-account-limits). You can learn more about [integration account tiers and their pricing model](#integration-accounts) later in this topic.
61-
62-
If you choose the Premium ISE SKU, the base unit has fixed capacity. If you need more throughput, you can [add more scale units](../logic-apps/ise-manage-integration-service-environment.md#add-capacity), either during creation or afterwards. The Developer ISE SKU doesn't have the capability to add more scale units. Logic apps that run in an ISE don't incur data retention costs.
63-
64-
For pricing rates, see [Logic Apps pricing](https://azure.microsoft.com/pricing/details/logic-apps).
69+
For more information about integration account limits, see [Limits and configuration for Azure Logic Apps](../logic-apps/logic-apps-limits-and-config.md#integration-account-limits). You can learn more about [integration account tiers and their pricing model](#integration-accounts) later in this topic.
6570

6671
<a name="connectors"></a>
6772

0 commit comments

Comments
 (0)