Skip to content

Commit 6b4e2ea

Browse files
authored
Merge pull request #207329 from ecfan/patch-2
Azure Logic Apps: Fix references to "VNet" where possible
2 parents 879777a + 755b0b7 commit 6b4e2ea

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 03/11/2022
8+
ms.date: 08/08/2022
99

10-
# As a developer, I want to connect to my single-tenant logic app workflows with virtual networks using private endpoints and VNet integration.
10+
# As a developer, I want to connect to my single-tenant logic app workflows with virtual networks using private endpoints and virtual network integration.
1111
---
1212

13-
# Secure traffic between single-tenant Standard logic apps and Azure virtual networks using private endpoints and VNet integration
13+
# Secure traffic between single-tenant Standard logic apps and Azure virtual networks using private endpoints
1414

1515
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
1616

17-
To securely and privately communicate between your workflow in a Standard logic app and an Azure virtual network, you can set up *private endpoints* for inbound traffic and use VNet integration for outbound traffic.
17+
To securely and privately communicate between your workflow in a Standard logic app and an Azure virtual network, you can set up *private endpoints* for inbound traffic and use virtual network integration for outbound traffic.
1818

1919
A private endpoint is a network interface that privately and securely connects to a service powered by Azure Private Link. This service can be an Azure service such as Azure Logic Apps, Azure Storage, Azure Cosmos DB, SQL, or your own Private Link Service. The private endpoint uses a private IP address from your virtual network, which effectively brings the service into your virtual network.
2020

21-
This article shows how to set up access through private endpoints for inbound traffic and VNet integration for outbound traffic.
21+
This article shows how to set up access through private endpoints for inbound traffic and virtual network integration for outbound traffic.
2222

2323
For more information, review the following documentation:
2424

2525
- [What is Azure Private Endpoint?](../private-link/private-endpoint-overview.md) and [Private endpoints - Integrate your app with an Azure virtual network](../app-service/overview-vnet-integration.md#private-endpoints)
2626
- [What is Azure Private Link?](../private-link/private-link-overview.md)
27-
- [What is Vnet integration?](../app-service/networking-features.md#regional-vnet-integration)
27+
- [Regional virtual network integration?](../app-service/networking-features.md#regional-vnet-integration)
2828

2929
## Prerequisites
3030

@@ -115,9 +115,9 @@ For more information, review [Create single-tenant logic app workflows in Azure
115115

116116
<a name="set-up-outbound"></a>
117117

118-
## Set up outbound traffic using VNet integration
118+
## Set up outbound traffic using virtual network integration
119119

120-
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.
120+
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 virtual network integration.
121121

122122
> [!IMPORTANT]
123123
> You can't change the subnet size after assignment, so use a subnet that's large enough to accommodate
@@ -139,7 +139,7 @@ To secure outbound traffic from your logic app, you can integrate your logic app
139139

140140
The HTTP action fails, which is by design and expected because the workflow runs in the cloud and can't access your internal service.
141141

142-
### Set up VNet integration
142+
### Set up virtual network integration
143143

144144
1. In the Azure portal, on the logic app resource menu, under **Settings**, select **Networking**.
145145

@@ -151,7 +151,7 @@ To secure outbound traffic from your logic app, you can integrate your logic app
151151

152152
1. If you use your own domain name server (DNS) with your virtual network, set your logic app resource's `WEBSITE_DNS_SERVER` app setting to the IP address for your DNS. If you have a secondary DNS, add another app setting named `WEBSITE_DNS_ALT_SERVER`, and set the value also to the IP for your DNS.
153153

154-
1. After Azure successfully provisions the VNet integration, try to run the workflow again.
154+
1. After Azure successfully provisions the virtual network integration, try to run the workflow again.
155155

156156
The HTTP action now runs successfully.
157157

@@ -167,9 +167,9 @@ To secure outbound traffic from your logic app, you can integrate your logic app
167167
>
168168
>
169169
> For Azure-hosted managed connectors to work, you need to have an uninterrupted connection to the managed API service.
170-
> With VNet integration, you need to make sure no firewall or network security policy is blocking these connections.
170+
> With virtual network integration, make sure that no firewall or network security policy blocks these connections.
171171
172-
### Considerations for outbound traffic through VNet integration
172+
### Considerations for outbound traffic through virtual network integration
173173

174174
If your virtual network uses a network security group (NSG), user-defined route table (UDR), or a firewall, make sure that the virtual network allows outbound connections to [all managed connector IP addresses](/connectors/common/outbound-ip-addresses#azure-logic-apps) in the corresponding region. Otherwise, Azure-managed connectors won't work.
175175

0 commit comments

Comments
 (0)