Skip to content

Commit 2d19a2e

Browse files
authored
Merge pull request #185184 from xuehongg/mybranch6
add subnet size requirement and some other minor changes
2 parents 982c4a5 + 83d03b7 commit 2d19a2e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/logic-apps/secure-single-tenant-workflow-virtual-network-private-endpoint.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 01/06/2022
8+
ms.date: 01/15/2022
99

1010
# As a developer, I want to connect to my single-tenant logic app workflows with virtual networks using private endpoints and VNet integration.
1111
---
@@ -117,6 +117,12 @@ For more information, review [Create single-tenant logic app workflows in Azure
117117

118118
To secure outbound traffic from your logic app, you can integrate your logic app with a virtual network. First, create and test an example workflow. You can then set up VNet integration.
119119

120+
> [!IMPORTANT]
121+
> You can't change the subnet size after assignment, so use a subnet that's large enough to accommodate
122+
> the scale that your app might reach. To avoid any issues with subnet capacity, use a `/26` subnet with 64 addresses.
123+
> If you create the subnet for virtual network integration with the Azure portal, you must use `/27` as the minimum subnet size.
124+
125+
120126
### Create and test the workflow
121127

122128
1. If you haven't already, in the [Azure portal](https://portal.azure.com), create a single-tenant based logic app, and a blank workflow.
@@ -150,8 +156,9 @@ To secure outbound traffic from your logic app, you can integrate your logic app
150156
> [!IMPORTANT]
151157
> For the Azure Logic Apps runtime to work, you need to have an uninterrupted connection to the backend storage.
152158
> For Azure-hosted managed connectors to work, you need to have an uninterrupted connection to the managed API service.
159+
> With VNet integration, you need to make sure no firewall or network security policy is blocking these connections.
153160
154-
### Considerations for outbound traffic through private endpoints
161+
### Considerations for outbound traffic through VNet integration
155162

156163
Setting up virtual network integration affects only outbound traffic. To secure inbound traffic, which continues to use the App Service shared endpoint, review [Set up inbound traffic through private endpoints](#set-up-inbound).
157164

0 commit comments

Comments
 (0)