Skip to content

Commit cf805d0

Browse files
authored
Merge pull request #113594 from ecfan/ise-connectivity
Add note about connectivity between internal ISE endpoint and client computer
2 parents 7ce4c7c + 4e3693f commit cf805d0

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Access to Azure virtual networks
33
description: Overview about how integration service environments (ISEs) help logic apps access Azure virtual networks (VNETs)
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
7-
ms.topic: article
8-
ms.date: 03/12/2020
6+
ms.reviewer: jonfan, logicappspm
7+
ms.topic: conceptual
8+
ms.date: 05/01/2020
99
---
1010

1111
# Access to Azure Virtual Network resources from Azure Logic Apps by using integration service environments (ISEs)
@@ -115,16 +115,14 @@ For pricing rates, see [Logic Apps pricing](https://azure.microsoft.com/pricing/
115115

116116
## ISE endpoint access
117117

118-
When you create your ISE, you can choose to use either internal or external access endpoints. Your selection determines whether request or webhook triggers on logic apps in your ISE can receive calls from outside your virtual network.
118+
When you create your ISE, you can choose to use either internal or external access endpoints. Your selection determines whether request or webhook triggers on logic apps in your ISE can receive calls from outside your virtual network. These endpoints also affect the way that you can access the inputs and outputs from your logic apps' runs history.
119119

120-
These endpoints also affect the way that you can access inputs and outputs in your logic apps' run history.
121-
122-
* **Internal**: Private endpoints that permit calls to logic apps in your ISE where you can view and access your logic apps' inputs and outputs in run history *only from inside your virtual network*
120+
> [!IMPORTANT]
121+
> You can select the access endpoint only during ISE creation and can't change this option later.
123122
124-
* **External**: Public endpoints that permit calls to logic apps in your ISE where you can view and access your logic apps' inputs and outputs in run history *from outside your virtual network*. If you use network security groups (NSGs), make sure they're set up with inbound rules to allow access to the run history's inputs and outputs. For more information, see [Enable access for ISE](../logic-apps/connect-virtual-network-vnet-isolated-environment.md#enable-access).
123+
* **Internal**: Private endpoints permit calls to logic apps in your ISE where you can view and access inputs and outputs from logic apps' runs history *only from inside your virtual network*. Make sure that you have network connectivity between the ISE's private endpoints and the client computer where you view runs history. For example, you can have a computer in a virtual network that's peered with the virtual network for your ISE.
125124

126-
> [!IMPORTANT]
127-
> The access endpoint option is available only at ISE creation and can't be changed later.
125+
* **External**: Public endpoints permit calls to logic apps in your ISE where you can view and access inputs and outputs from logic apps' runs history *from outside your virtual network*. If you use network security groups (NSGs), make sure they're set up with inbound rules to allow access to the run history's inputs and outputs. For more information, see [Enable access for ISE](../logic-apps/connect-virtual-network-vnet-isolated-environment.md#enable-access).
128126

129127
<a name="create-integration-account-environment"></a>
130128

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Connect to Azure virtual networks with an ISE
33
description: Create an integration service environment (ISE) that can access Azure virtual networks (VNETs) from Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
6+
ms.reviewer: jonfan, logicappspm
77
ms.topic: conceptual
8-
ms.date: 03/12/2020
8+
ms.date: 05/01/2020
99
---
1010

1111
# Connect to Azure virtual networks from Azure Logic Apps by using an integration service environment (ISE)
@@ -148,7 +148,7 @@ This table describes the ports in your Azure virtual network that your ISE uses
148148
| **Location** | Yes | <*Azure-datacenter-region*> | The Azure datacenter region where to deploy your environment |
149149
| **SKU** | Yes | **Premium** or **Developer (No SLA)** | The ISE SKU to create and use. For differences between these SKUs, see [ISE SKUs](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#ise-level). <p><p>**Important**: This option is available only at ISE creation and can't be changed later. |
150150
| **Additional capacity** | Premium: <br>Yes <p><p>Developer: <br>Not applicable | Premium: <br>0 to 10 <p><p>Developer: <br>Not applicable | The number of additional processing units to use for this ISE resource. To add capacity after creation, see [Add ISE capacity](../logic-apps/ise-manage-integration-service-environment.md#add-capacity). |
151-
| **Access endpoint** | Yes | **Internal** or **External** | The type of access endpoints to use for your ISE. These endpoints determine whether request or webhook triggers on logic apps in your ISE can receive calls from outside your virtual network. <p><p>Your selection also affects the way that you can view and access inputs and outputs in your logic app runs history. For more information, see [ISE endpoint access](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#endpoint-access). <p><p>**Important**: This option is available only at ISE creation and can't be changed later. |
151+
| **Access endpoint** | Yes | **Internal** or **External** | The type of access endpoints to use for your ISE. These endpoints determine whether request or webhook triggers on logic apps in your ISE can receive calls from outside your virtual network. <p><p>Your selection also affects the way that you can view and access inputs and outputs in your logic app runs history. For more information, see [ISE endpoint access](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#endpoint-access). <p><p>**Important**: You can select the access endpoint only during ISE creation and can't change this option later. |
152152
| **Virtual network** | Yes | <*Azure-virtual-network-name*> | The Azure virtual network where you want to inject your environment so logic apps in that environment can access your virtual network. If you don't have a network, [create an Azure virtual network first](../virtual-network/quick-create-portal.md). <p><p>**Important**: You can *only* perform this injection when you create your ISE. |
153153
| **Subnets** | Yes | <*subnet-resource-list*> | An ISE requires four *empty* subnets for creating and deploying resources in your environment. To create each subnet, [follow the steps under this table](#create-subnet). |
154154
|||||

0 commit comments

Comments
 (0)