|
1 | 1 | ---
|
2 |
| -title: Add artifacts to integration service environments |
| 2 | +title: Add resources to integration service environments |
3 | 3 | description: Add logic apps, integration accounts, custom connectors, and managed connectors to your integration service environment (ISE)
|
4 | 4 | services: logic-apps
|
5 | 5 | ms.suite: integration
|
6 | 6 | ms.reviewer: klam, logicappspm
|
7 | 7 | ms.topic: conceptual
|
8 |
| -ms.date: 02/10/2020 |
| 8 | +ms.date: 02/28/2020 |
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Add artifacts to your integration service environment (ISE) in Azure Logic Apps |
| 11 | +# Add resources to your integration service environment (ISE) in Azure Logic Apps |
12 | 12 |
|
13 |
| -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. For example, managed ISE connectors that become available after you create your ISE don't automatically appear in the Logic App Designer. Before you can use these ISE connectors, you have to manually [add and deploy those connectors to your ISE](#add-ise-connectors-environment) so that they appear in the Logic App Designer. |
| 13 | +After you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md), add resources such as logic apps, integration accounts, and connectors so that they can access the resources in your Azure virtual network. For example, managed ISE connectors that become available after you create your ISE don't automatically appear in the Logic App Designer. Before you can use these ISE connectors, you have to manually [add and deploy those connectors to your ISE](#add-ise-connectors-environment) so that they appear in the Logic App Designer. |
14 | 14 |
|
15 | 15 | ## Prerequisites
|
16 | 16 |
|
17 | 17 | * An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
|
18 | 18 |
|
19 | 19 | * The ISE that you created to run your logic apps. If you don't have an ISE, [create an ISE first](../logic-apps/connect-virtual-network-vnet-isolated-environment.md).
|
20 | 20 |
|
| 21 | +* To create, add, or update resources that are deployed to an ISE, you need to be assigned the Owner or Contributor role on that ISE, or you have permissions inherited through the Azure subscription or Azure resource group associated with the ISE. For people who don't have owner, contributor, or inherited permissions, they can be assigned the Integration Service Environment Contributor role or Integration Service Environment Developer role. For more information about role-based access control (RBAC), see [What is role-based access control (RBAC) for Azure resources](../role-based-access-control/overview.md)? |
| 22 | + |
21 | 23 | <a name="create-logic-apps-environment"></a>
|
22 | 24 |
|
23 | 25 | ## Create logic apps
|
@@ -77,7 +79,7 @@ To create an integration account that uses an ISE, follow these steps:
|
77 | 79 |
|
78 | 80 | 1. [Link your logic app to your integration account in the usual way](../logic-apps/logic-apps-enterprise-integration-create-integration-account.md#link-account).
|
79 | 81 |
|
80 |
| -1. Continue by adding artifacts to your integration account, such as [trading partners](../logic-apps/logic-apps-enterprise-integration-partners.md) and [agreements](../logic-apps/logic-apps-enterprise-integration-agreements.md). |
| 82 | +1. Continue by adding resources to your integration account, such as [trading partners](../logic-apps/logic-apps-enterprise-integration-partners.md) and [agreements](../logic-apps/logic-apps-enterprise-integration-agreements.md). |
81 | 83 |
|
82 | 84 | 1. To manage integration accounts in your ISE, see [Manage your integration service environment](../logic-apps/ise-manage-integration-service-environment.md).
|
83 | 85 |
|
|
0 commit comments