@@ -7,6 +7,7 @@ ms.suite: logic-apps
7
7
author : kevinlam1
8
8
ms.author : klam
9
9
ms.reviewer : estfan, LADocs
10
+ manager : carmonm
10
11
ms.assetid : f8f528f5-51c5-4006-b571-54ef74532f32
11
12
ms.topic : article
12
13
ms.date : 10/16/2018
@@ -75,9 +76,11 @@ For example, you can set up a recurrence trigger that runs every three days or o
75
76
76
77
## Actions
77
78
78
- Logic Apps meters built-in actions, such as HTTP calls, Azure Functions, and API Management,
79
- and control flow steps, as native actions, which have their own action types. Actions that
80
- call [ connectors] ( https://docs.microsoft.com/connectors ) have the "ApiConnection" type.
79
+ Logic Apps meters built-in actions as native actions. For example,
80
+ built-in actions include calls over HTTP, calls from Azure Functions
81
+ or API Management, and control flow steps such as loops and conditions
82
+ - each with their own action type. Actions that call
83
+ [ connectors] ( https://docs.microsoft.com/connectors ) have the "ApiConnection" type.
81
84
These connectors are classified as standard or enterprise connectors,
82
85
which are metered based on their respective [ pricing] [ pricing ] .
83
86
Enterprise connectors in * Preview* are charged as standard connectors.
@@ -95,10 +98,10 @@ because they can't create new instances.
95
98
> After you disable a logic app, any currently running instances
96
99
> might take some time before they completely stop.
97
100
98
- Actions that run inside loops are counted per each cycle in the loop.
99
- For example, Logic Apps meters an action in a "for each" loop that
100
- processes a list by multiplying the number of list items by the number
101
- of actions in the loop plus the action that starts the loop.
101
+ For actions that run inside loops, Logic Apps counts each action per cycle in the loop.
102
+ For example, suppose you have a "for each" loop that processes a list.
103
+ Logic Apps meters an action in that loop by multiplying the number of list items
104
+ with the number of actions in the loop, and adds the action that starts the loop.
102
105
The calculation for a 10-item list is (10 * 1) + 1, which results in 11 action executions.
103
106
104
107
## Integration Account usage
@@ -111,8 +114,8 @@ where you can explore, develop, and test the
111
114
features in Logic Apps at no additional cost. You can have
112
115
one integration account per region. Each integration account
113
116
can store up to specific [ numbers of artifacts] ( ../logic-apps/logic-apps-limits-and-config.md ) ,
114
- such as trading partners, agreements, maps, schemas,
115
- assemblies, certificates, and batch configurations.
117
+ which include trading partners, agreements, maps, schemas,
118
+ assemblies, certificates, batch configurations, and so on .
116
119
117
120
Logic Apps also offers basic and standard integration accounts with supported Logic Apps SLA.
118
121
You can use basic integration accounts when you just want message handling or act as a small
0 commit comments