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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: Access to Azure virtual networks
3
3
description: Overview about how integration service environments (ISEs) help logic apps access Azure virtual networks (VNETs)
4
4
services: logic-apps
5
5
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
9
9
---
10
10
11
11
# 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/
115
115
116
116
## ISE endpoint access
117
117
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.
119
119
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.
123
122
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 virtualnetwork for your ISE.
125
124
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).
Copy file name to clipboardExpand all lines: articles/logic-apps/connect-virtual-network-vnet-isolated-environment.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: Connect to Azure virtual networks with an ISE
3
3
description: Create an integration service environment (ISE) that can access Azure virtual networks (VNETs) from Azure Logic Apps
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
ms.reviewer: klam, logicappspm
6
+
ms.reviewer: jonfan, logicappspm
7
7
ms.topic: conceptual
8
-
ms.date: 03/12/2020
8
+
ms.date: 05/01/2020
9
9
---
10
10
11
11
# 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
148
148
|**Location**| Yes | <*Azure-datacenter-region*> | The Azure datacenter region where to deploy your environment |
149
149
|**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. |
150
150
|**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. |
152
152
|**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. |
153
153
|**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). |
0 commit comments