Skip to content

Commit 814528d

Browse files
authored
Merge pull request #100490 from ecfan/ise-labels
Clarify labels for connectors in ISE
2 parents 854c730 + 8eec8d4 commit 814528d

File tree

4 files changed

+19
-39
lines changed

4 files changed

+19
-39
lines changed

articles/logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md

Lines changed: 19 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ app or integration account's location:
3030

3131
![Select integration service environment](./media/connect-virtual-network-vnet-isolated-environment-overview/select-logic-app-integration-service-environment.png)
3232

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:
3534

3635
* 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
3837
* A custom connector
3938

4039
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.
5453

5554
## Isolated versus global
5655

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-
![Select "Core" built-in triggers and actions](./media/connect-virtual-network-vnet-isolated-environment-overview/select-core-built-in-actions-triggers.png)
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-
![Select ISE connectors](./media/connect-virtual-network-vnet-isolated-environment-overview/select-ise-connectors.png)
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+
![Connectors with and without labels in an ISE](./media/connect-virtual-network-vnet-isolated-environment-overview/labeled-built-in-actions-triggers-managed-connectors.png)
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.
9373

9474
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).
9575

Loading

0 commit comments

Comments
 (0)