Skip to content

Commit 8626cdc

Browse files
authored
Merge pull request #113653 from ecfan/ise-connectivity
Clarity edits about ISE internal endpoints
2 parents e29ca85 + 21a73fe commit 8626cdc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,14 @@ When you create your ISE, you can choose to use either internal or external acce
120120
> [!IMPORTANT]
121121
> You can select the access endpoint only during ISE creation and can't change this option later.
122122
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.
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 private endpoints and the computer from where you want to access runs history. For example, your client computer can exist inside the ISE's virtual network or inside a virtual network that's connected to the ISE's virtual network, for example, through peering or a virtual private network.
124124

125125
* **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).
126126

127+
To determine whether your ISE uses an internal or external access endpoint, on your ISE's menu, under **Settings**, select **Properties**, and find the **Access endpoint** property:
128+
129+
![Find ISE access endpoint](./media/connect-virtual-network-vnet-isolated-environment-overview/find-ise-access-endpoint.png)
130+
127131
<a name="create-integration-account-environment"></a>
128132

129133
## Integration accounts with ISE
Loading

articles/logic-apps/monitor-logic-apps.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: divswa, logicappspm
77
ms.topic: article
8-
ms.date: 01/30/2020
8+
ms.date: 05/04/2020
99
---
1010

1111
# Monitor run status, review trigger history, and set up alerts for Azure Logic Apps
@@ -14,7 +14,13 @@ After you [create and run a logic app](../logic-apps/quickstart-create-first-log
1414

1515
For real-time event monitoring and richer debugging, set up diagnostics logging for your logic app by using [Azure Monitor logs](../azure-monitor/overview.md). This Azure service helps you monitor your cloud and on-premises environments so that you can more easily maintain their availability and performance. You can then find and view events, such as trigger events, run events, and action events. By storing this information in [Azure Monitor logs](../azure-monitor/platform/data-platform-logs.md), you can create [log queries](../azure-monitor/log-query/log-query-overview.md) that help you find and analyze this information. You can also use this diagnostic data with other Azure services, such as Azure Storage and Azure Event Hubs. For more information, see [Monitor logic apps by using Azure Monitor](../logic-apps/monitor-logic-apps-log-analytics.md).
1616

17-
[!INCLUDE [azure-monitor-log-analytics-rebrand](../../includes/azure-monitor-log-analytics-rebrand.md)]
17+
> [!NOTE]
18+
> If your logic apps run in an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md)
19+
> that was created to use an [internal access endpoint](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#endpoint-access),
20+
> you can view and access inputs and outputs from logic app's runs history *only from inside your virtual network*. Make sure that you have network
21+
> connectivity between the private endpoints and the computer from where you want to access runs history. For example, your client computer can exist
22+
> inside the ISE's virtual network or inside a virtual network that's connected to the ISE's virtual network, for example, through peering or a virtual
23+
> private network. For more information, see [ISE endpoint access](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#endpoint-access).
1824
1925
<a name="review-runs-history"></a>
2026

0 commit comments

Comments
 (0)