Skip to content

Commit 3ab1533

Browse files
authored
Merge pull request #83548 from ecfan/ise-managed-connections
Add content + art for managed connectors in ISE - Publish 9/12
2 parents 45f14f6 + 37d78f7 commit 3ab1533

File tree

5 files changed

+48
-14
lines changed

5 files changed

+48
-14
lines changed

articles/logic-apps/add-artifacts-integration-service-environment-ise.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ author: ecfan
88
ms.author: estfan
99
ms.reviewer: klam, LADocs
1010
ms.topic: conceptual
11-
ms.date: 07/26/2019
11+
ms.date: 08/01/2019
1212
---
1313

1414
# Add artifacts to your integration service environment (ISE) in Azure Logic Apps
1515

16-
After you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md), add artifacts such as logic apps, integration accounts, and custom connectors so that they can access the resources in your Azure virtual network.
16+
After you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md), add artifacts such as logic apps, integration accounts, and connectors so that they can access the resources in your Azure virtual network.
1717

1818
## Prerequisites
1919

@@ -23,7 +23,7 @@ After you create an [integration service environment (ISE)](../logic-apps/connec
2323

2424
<a name="create-logic-apps-environment"></a>
2525

26-
## Create logic apps in an ISE
26+
## Create logic apps
2727

2828
To build logic apps that run in your integration service environment (ISE), follow these steps:
2929

@@ -53,7 +53,7 @@ To build logic apps that run in your integration service environment (ISE), foll
5353

5454
<a name="create-integration-account-environment"></a>
5555

56-
## Create integration accounts in an ISE
56+
## Create integration accounts
5757

5858
Based on the [ISE SKU](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md#ise-level) selected at creation, your ISE includes specific integration account usage at no additional cost. Logic apps that exist in an integration service environment (ISE) can reference only integration accounts that exist in the same ISE. So, for an integration account to work with logic apps in an ISE, both the integration account and logic apps must use the *same environment* as their location. For more information about integration accounts and ISEs, see [Integration accounts with ISE](connect-virtual-network-vnet-isolated-environment-overview.md#create-integration-account-environment
5959
).
@@ -80,9 +80,25 @@ To create an integration account that uses an ISE, follow these steps:
8080

8181
1. To manage integration accounts in your ISE, see [Manage your integration service environment](../logic-apps/ise-manage-integration-service-environment.md).
8282

83+
<a name="add-ise-connectors-environment"></a>
84+
85+
## Add ISE connectors
86+
87+
You can add Microsoft-managed connectors that available to use in your ISE but aren't deployed in your ISE.
88+
89+
1. On your ISE menu, under **Settings**, select **Managed connectors**. On the toolbar, select **Add**.
90+
91+
![View managed connectors](./media/add-artifacts-integration-service-environment-ise/ise-view-managed-connectors.png)
92+
93+
1. On the **Add a new managed connector** pane, open the **Find connector** list. If the connector that you want is available, select that connector, and then select **Create**.
94+
95+
The list shows only those connectors that are eligible but aren't deployed in your ISE. Connectors that are already deployed in your ISE appear unavailable for selection.
96+
97+
![Select eligible connector](./media/add-artifacts-integration-service-environment-ise/add-managed-connector.png)
98+
8399
<a name="create-custom-connectors-environment"></a>
84100

85-
## Create custom connectors in an ISE
101+
## Create custom connectors
86102

87103
To use custom connectors in your ISE, create those custom connectors from directly inside your ISE.
88104

articles/logic-apps/ise-manage-integration-service-environment.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ author: ecfan
88
ms.author: estfan
99
ms.reviewer: klam, LADocs
1010
ms.topic: conceptual
11-
ms.date: 07/26/2019
11+
ms.date: 08/01/2019
1212
---
1313

1414
# Manage your integration service environment (ISE) in Azure Logic Apps
1515

16-
To check the network health for your [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) and manage the logic apps, connections, integration accounts, and custom connectors that exist in your ISE, follow the steps in this topic.
16+
To check the network health for your [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) and manage the logic apps, connections, integration accounts, and connectors that exist in your ISE, follow the steps in this topic. To add these artifacts to your ISE, see [Add artifacts to your integration service environment](../logic-apps/add-artifacts-integration-service-environment-ise.md).
1717

1818
## View your ISE
1919

@@ -41,31 +41,49 @@ On your ISE menu, under **Settings**, select **Network health**. This pane shows
4141

4242
## Manage your logic apps
4343

44+
You can view and manage the logic apps that are in your ISE.
45+
4446
1. On your ISE menu, under **Settings**, select **Logic apps**.
4547

46-
![Find logic apps](./media/ise-manage-integration-service-environment/ise-find-logic-apps.png)
48+
![View logic apps](./media/ise-manage-integration-service-environment/ise-find-logic-apps.png)
4749

48-
1. To remove logic apps from your ISE when no longer needed, select those logic apps, and then select **Delete**.
50+
1. To remove logic apps that you no longer need in your ISE, select those logic apps, and then select **Delete**. To confirm that you want to delete, select **Yes**.
4951

5052
<a name="find-api-connections"></a>
5153

5254
## Manage API connections
5355

54-
1. To view the API connections that were created by logic apps running in your ISE, on your ISE menu, under **Settings**, select **API connections**.
56+
You can view and manage the connections that were created by the logic apps running in your ISE.
57+
58+
1. On your ISE menu, under **Settings**, select **API connections**.
59+
60+
![View API connections](./media/ise-manage-integration-service-environment/ise-find-api-connections.png)
61+
62+
1. To remove connections that you no longer need in your ISE, select those connections, and then select **Delete**. To confirm that you want to delete, select **Yes**.
63+
64+
<a name="manage-api-connectors"></a>
5565

56-
![Find API connections](./media/ise-manage-integration-service-environment/ise-find-api-connections.png)
66+
## Manage ISE connectors
5767

58-
1. To remove connections from your ISE when no longer needed, select those connections, and then select **Delete**.
68+
You can view and manage the API connectors that are deployed to your ISE.
69+
70+
1. On your ISE menu, under **Settings**, select **Managed connectors**.
71+
72+
![View managed connectors](./media/ise-manage-integration-service-environment/ise-view-managed-connectors.png)
73+
74+
1. To remove connectors that you don't want available in your ISE, select those connectors, and then select **Delete**. To confirm that you want to delete, select **Yes**.
5975

6076
<a name="find-custom-connectors"></a>
6177

6278
## Manage custom connectors
6379

64-
1. To view custom connectors that were created in your ISE, on your ISE menu, under **Settings**, select **Custom connectors**.
80+
You can view and manage the custom connectors that you deployed to your ISE.
81+
82+
1. On your ISE menu, under **Settings**, select **Custom connectors**.
6583

6684
![Find custom connectors](./media/ise-manage-integration-service-environment/ise-find-custom-connectors.png)
6785

68-
1. To remove custom connectors from your ISE when no longer needed, select those connectors, and then select **Delete**.
86+
1. To remove custom connectors that you no longer need in your ISE, select those connectors, and then select **Delete**. To confirm that you want to delete, select **Yes**.
6987

7088
<a name="find-integration-accounts"></a>
7189

64.4 KB
Loading
43.3 KB
Loading
40.8 KB
Loading

0 commit comments

Comments
 (0)