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
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,19 +53,13 @@ compares differences between an ISE and the global Logic Apps service.
53
53
54
54
## Isolated versus global
55
55
56
-
When you create an integrated service environment (ISE) in Azure,
57
-
you can select the Azure virtual network where you want to *inject* your ISE.
58
-
Azure then injects, or deploys, a private instance of the Logic Apps service
59
-
into your virtual network. This action creates an isolated environment where
60
-
you can create and run your logic apps on dedicated resources. When you create
61
-
your logic app, you select your ISE as your app's location, which gives your
62
-
logic app direct access to your virtual network and the resources in that network.
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.
63
57
64
-
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 additionally offer ISE-specific versions. The difference is where these connectors run and the labels that they have when you use the Logic App Designer within an ISE.
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.
65
59
66
60

67
61
68
-
* Built-in triggers and actions that have the **CORE** label, for example, HTTP, always run in the same ISE as your logic app. Connectors that have the **ISE** label, for example, FTP, also run in the same ISE as your logic app.
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.
69
63
70
64
For example, here are some connectors that offer ISE versions:
71
65
@@ -75,7 +69,7 @@ Logic apps in an ISE provide the same user experiences and similar capabilities
75
69
* SQL Server, Azure SQL Data Warehouse, Azure Cosmos DB
76
70
* AS2, X12, and EDIFACT
77
71
78
-
*Connectors that don't have any label always run in the public global Logic Apps service, but you can still use these versions in an ISE-based logic app.
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.
79
73
80
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