@@ -24,29 +24,33 @@ Here are the details about how billing and pricing work for Logic Apps.
24
24
25
25
For new logic apps that you create by using the public or "global"
26
26
Logic Apps service, you pay only for what you use. These logic apps
27
- use a consumption-based plan and pricing model, which means that all
28
- action executions performed by a logic app are metered. Every step
29
- in a logic app definition is an action, which includes triggers ,
30
- control flow steps, calls to built-in actions, and calls to connectors .
27
+ use a consumption-based plan and pricing model. Logic Apps meters
28
+ all action executions that your logic app performs. In a logic app
29
+ definition, each step is an action, including the trigger ,
30
+ control flow steps, built-in actions, and connector calls .
31
31
For more information, see [ Logic Apps Pricing] ( https://azure.microsoft.com/pricing/details/logic-apps ) .
32
32
33
33
<a name =" fixed-pricing " ></a >
34
34
35
35
## Fixed pricing model
36
36
37
+ For new logic apps that you create and run inside an
38
+ [ * integration service environment* (ISE)] ( ../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md ) ,
39
+ you pay a fixed monthly price for built-in actions and
40
+ standard ISE-labeled connectors. An ISE is a private
41
+ isolated Logic Apps service instance that you can * inject*
42
+ into an Azure virtual network so that logic apps can access
43
+ resources inside that virtual network.
44
+
45
+ Your ISE includes one free Enterprise connector, which includes
46
+ as many connections as you want. Usage for additional Enterprise
47
+ connectors are charged based on the Enterprise consumption price.
48
+
37
49
> [ !NOTE]
38
50
> The integration service environment is in * private preview* .
39
- > To request access, [ create your request to join here] ( https://aka.ms/iseprivatepreview ) .
40
-
41
- For new logic apps that you create with an
42
- [ * integration service environment* (ISE)] ( ../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md ) ,
43
- which is a private isolated Logic Apps instance that uses
44
- dedicated resources, you pay a fixed monthly price for built-in
45
- actions and standard ISE-labeled connectors. Your ISE includes
46
- one free Enterprise connector, which includes as many connections
47
- as you want. Usage for additional Enterprise connectors are charged
48
- based on the Enterprise consumption price. For more information, see
49
- [ Logic Apps Pricing] ( https://azure.microsoft.com/pricing/details/logic-apps ) .
51
+ > To request access, [ create your request to join here] ( https://aka.ms/iseprivatepreview ) .
52
+ > For more information, see
53
+ > [ Logic Apps Pricing] ( https://azure.microsoft.com/pricing/details/logic-apps ) .
50
54
51
55
<a name =" triggers " ></a >
52
56
0 commit comments