You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md
+19-39Lines changed: 19 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,10 @@ app or integration account's location:
30
30
31
31

32
32
33
-
Your logic app can now directly access systems that are inside
34
-
or connected to your virtual network by using any of these items:
33
+
Your logic app can now directly access systems that are inside or connected to your virtual network by using any of these items, which run inside the same ISE as your logic app:
35
34
36
35
* An **ISE**-labeled connector for that system
37
-
* A **Core**-labeled built-in trigger or action, such as the HTTP trigger or action
36
+
* A **CORE**-labeled built-in trigger or action, such as the HTTP trigger or action
38
37
* A custom connector
39
38
40
39
This overview describes more details about how an ISE gives your logic apps
@@ -54,42 +53,23 @@ compares differences between an ISE and the global Logic Apps service.
54
53
55
54
## Isolated versus global
56
55
57
-
When you create an integrated service environment (ISE) in Azure,
58
-
you can select the Azure virtual network where you want to *inject* your ISE.
59
-
Azure then injects, or deploys, a private instance of the Logic Apps service
60
-
into your virtual network. This action creates an isolated environment where
61
-
you can create and run your logic apps on dedicated resources. When you create
62
-
your logic app, you select your ISE as your app's location, which gives your
63
-
logic app direct access to your virtual network and the resources in that network.
64
-
65
-
Logic apps in an ISE provide the same user experiences and similar capabilities
66
-
as the global Logic Apps service. Not only can you use the same built-in triggers,
67
-
built-in actions, and connectors from the global Logic Apps service, but you can
68
-
also use ISE-specific connectors. For example, here's some Standard connectors
69
-
that offer versions that run in an ISE:
70
-
71
-
* Azure Blob Storage, File Storage, and Table Storage
72
-
* Azure Queues, Azure Service Bus, Azure Event Hubs, and IBM MQ
73
-
* FTP, and SFTP-SSH
74
-
* SQL Server, Azure SQL Data Warehouse, Azure Cosmos DB
75
-
* AS2, X12, and EDIFACT
76
-
77
-
The difference between ISE and non-ISE connectors is
78
-
in the locations where the triggers and actions run:
79
-
80
-
* In your ISE, built-in triggers and actions,
81
-
such as HTTP, always run in the same ISE as
82
-
your logic app and display the **Core** label.
83
-
84
-

85
-
86
-
* Connectors that run in an ISE have publicly hosted versions
87
-
available in the global Logic Apps service. For connectors that
88
-
offer two versions, connectors with the **ISE** label always run
89
-
in the same ISE as your logic app. Connectors without the **ISE**
90
-
label run in the global Logic Apps service.
91
-
92
-

56
+
When you create an integrated service environment (ISE) in Azure, you can select the Azure virtual network where you want to *inject* your ISE. Azure then injects, or deploys, a private instance of the Logic Apps service into your virtual network. This action creates an isolated environment where you can create and run your logic apps on dedicated resources. When you create your logic app, you select your ISE as your app's location, which gives your logic app direct access to your virtual network and the resources in that network.
57
+
58
+
Logic apps in an ISE provide the same user experiences and similar capabilities as the public global Logic Apps service. You can use all the same built-in triggers, actions, and managed connectors that are available in the global Logic Apps service. Some managed connectors offer additional ISE versions. The difference exists in where they run and the labels that they display in the Logic App Designer when you work within an ISE.
59
+
60
+

61
+
62
+
* Built-in triggers and actions display the **CORE** label, and they always run in the same ISE as your logic app. Managed connectors that display the **ISE** label also run in the same ISE as your logic app.
63
+
64
+
For example, here are some connectors that offer ISE versions:
65
+
66
+
* Azure Blob Storage, File Storage, and Table Storage
67
+
* Azure Queues, Azure Service Bus, Azure Event Hubs, and IBM MQ
68
+
* FTP and SFTP-SSH
69
+
* SQL Server, Azure SQL Data Warehouse, Azure Cosmos DB
70
+
* AS2, X12, and EDIFACT
71
+
72
+
* Managed connectors that don't display any additional labels always run in the public global Logic Apps service, but you can still use these connectors in an ISE-based logic app.
93
73
94
74
An ISE also provides increased limits for run duration, storage retention, throughput, HTTP request and response timeouts, message sizes, and custom connector requests. For more information, see [Limits and configuration for Azure Logic Apps](logic-apps-limits-and-config.md).
0 commit comments