Skip to content

Commit 3009f03

Browse files
authored
Merge pull request #105256 from ecfan/ise-permissions
Add role permissions info for ISE - 3/2/20
2 parents f1dd3d6 + e91b763 commit 3009f03

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
---
2-
title: Add artifacts to integration service environments
2+
title: Add resources to integration service environments
33
description: Add logic apps, integration accounts, custom connectors, and managed connectors to your integration service environment (ISE)
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm
77
ms.topic: conceptual
8-
ms.date: 02/10/2020
8+
ms.date: 02/28/2020
99
---
1010

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
1212

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.
1414

1515
## Prerequisites
1616

1717
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
1818

1919
* 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).
2020

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+
2123
<a name="create-logic-apps-environment"></a>
2224

2325
## Create logic apps
@@ -77,7 +79,7 @@ To create an integration account that uses an ISE, follow these steps:
7779

7880
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).
7981

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).
8183

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm
77
ms.topic: conceptual
8-
ms.date: 02/13/2020
8+
ms.date: 02/28/2020
99
---
1010

1111
# Connect to Azure virtual networks from Azure Logic Apps by using an integration service environment (ISE)

articles/logic-apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
href: connect-virtual-network-vnet-isolated-environment.md
110110
- name: Set up access for multiple integration service environments
111111
href: connect-virtual-network-vnet-set-up-single-ip-address.md
112-
- name: Add artifacts to integration service environments
112+
- name: Add resources to integration service environments
113113
href: add-artifacts-integration-service-environment-ise.md
114114
- name: Set up customer-managed encryption keys for integration service environments
115115
href: customer-managed-keys-integration-service-environment.md

0 commit comments

Comments
 (0)