Skip to content

Commit 89c58fa

Browse files
author
ecfan
committed
Draft updates
1 parent a556cfd commit 89c58fa

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

articles/logic-apps/enterprise-integration/create-integration-account.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,15 @@ If you're new to creating B2B enterprise integration workflows in Azure Logic Ap
5353

5454
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).
5555

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+
<a name="create-integration-account"></a>
5765

5866
## Create integration account
5967

@@ -203,12 +211,6 @@ To create a secure connection between your Premium integration account and Azure
203211

204212
- Saves on costs by reducing extra network infrastructure and avoiding data egress charges through public endpoints.
205213

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-
212214
### Best practices for private endpoints
213215

214216
- 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:
295297

296298
1. Choose one of the following options:
297299

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

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

302305
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.
303306

0 commit comments

Comments
 (0)