Skip to content

Commit 00965b1

Browse files
committed
Add steps and art for adding managed connectors
1 parent 60d4343 commit 00965b1

File tree

5 files changed

+43
-11
lines changed

5 files changed

+43
-11
lines changed

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

Lines changed: 18 additions & 2 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

@@ -80,6 +80,22 @@ 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-api-connectors-environment"></a>
84+
85+
## Add managed connectors to an ISE
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+
Any eligible connectors that aren't deployed in your ISE appear available for you to select. Connectors that are already deployed in your ISE appear as 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

85101
## Create custom connectors in an ISE

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

Lines changed: 25 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,47 @@ 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**.
5563

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

58-
1. To remove connections from your ISE when no longer needed, select those connections, and then select **Delete**.
66+
You can view and manage the API connectors that are deployed to your ISE.
67+
68+
1. On your ISE menu, under **Settings**, select **Managed connectors**.
69+
70+
![View managed connectors](./media/ise-manage-integration-service-environment/ise-view-managed-connectors.png)
71+
72+
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**.
5973

6074
<a name="find-custom-connectors"></a>
6175

6276
## Manage custom connectors
6377

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

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

68-
1. To remove custom connectors from your ISE when no longer needed, select those connectors, and then select **Delete**.
84+
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**.
6985

7086
<a name="find-integration-accounts"></a>
7187

64.4 KB
Loading
43.3 KB
Loading
40.8 KB
Loading

0 commit comments

Comments
 (0)