You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/enterprise-integration/create-integration-account.md
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,15 @@ If you're new to creating B2B enterprise integration workflows in Azure Logic Ap
53
53
54
54
To create an example Standard logic app workflow, see [Create an example Standard logic app workflow in single-tenant Azure Logic Apps](../create-single-tenant-workflows-azure-portal.md).
55
55
56
-
* The Premium integration account supports using a [private endpoint](../../private-link/private-endpoint-overview.md) to securely communicate with Standard logic app workflows. To enable this capability, you need to have an Azure virtual network. Your integration account, virtual network, and logic app must all use the same Azure region. Both your integration account and logic app must also exist inside the same virtual network. For more information, see [Create a virtual network](../../virtual-network/quick-create-portal.md) and the steps in this guide to set up your Premium integration account. To set up your Standard logic app, see [Create an example Standard logic app workflow in single-tenant Azure Logic Apps](../create-single-tenant-workflows-azure-portal.md).
56
+
* A [Premium integration account](#create-integration-account) supports using a [private endpoint](../../private-link/private-endpoint-overview.md) within an Azure virtual network to securely communicate with other Azure resources in the same network. Your integration account, virtual network, and Azure resources must also exist in the same Azure region. For more information, see [Create a virtual network](../../virtual-network/quick-create-portal.md) and the steps in this guide to set up your Premium integration account.
57
+
58
+
For example, a Standard logic app can access the private endpoint if they exist in the same virtual network. However, a Consumption logic app doesn't support virtual network integration and can't access the private endpoint.
59
+
60
+
- To create a Standard logic app with virtual network integration, see [Create an example Standard logic app workflow in single-tenant Azure Logic Apps](../create-single-tenant-workflows-azure-portal.md).
61
+
62
+
- To set up an existing Standard logic app with virtual network integration, see [Set up virtual network integration](../secure-single-tenant-workflow-virtual-network-private-endpoint.md#set-up-virtual-network-integration).
63
+
64
+
<aname="create-integration-account"></a>
57
65
58
66
## Create integration account
59
67
@@ -203,12 +211,6 @@ To create a secure connection between your Premium integration account and Azure
203
211
204
212
- Saves on costs by reducing extra network infrastructure and avoiding data egress charges through public endpoints.
205
213
206
-
### Limitations
207
-
208
-
- Any Azure resource in the same virtual network as the Premium integration account.
209
-
210
-
- Standard logic app workflows can use private endpoints on
211
-
212
214
### Best practices for private endpoints
213
215
214
216
- Carefully plan your virtual network and subnet architecture to accommodate private endpoints. Make sure to properly segment and secure your subnets.
@@ -295,9 +297,10 @@ For a private endpoint that requires approval, follow these steps:
295
297
296
298
1. Choose one of the following options:
297
299
298
-
- To create a Standard logic app that can communicate through the private endpoint on a Premium integration account, see [Create example Standard logic app workflow in single-tenant Azure Logic Apps](../create-single-tenant-workflows-azure-portal.md#create-logic-app-resource).
300
+
- To create a Standard logic app with virtual network integration, see [Create an example Standard logic app workflow in single-tenant Azure Logic Apps](../create-single-tenant-workflows-azure-portal.md).
301
+
302
+
- To set up an existing Standard logic app with virtual network integration, see [Set up virtual network integration](../secure-single-tenant-workflow-virtual-network-private-endpoint.md#set-up-virtual-network-integration).
299
303
300
-
- To set up an existing Standard logic app that can communicate through the private endpoint on a Premium integration account, see [Set up virtual network integration](../secure-single-tenant-workflow-virtual-network-private-endpoint.md#set-up-virtual-network-integration).
301
304
302
305
1. To make calls through the private endpoint, include an **HTTP** action in your Standard logic app workflow where you want to call the integration account.
0 commit comments