Skip to content

Commit 95dc10a

Browse files
authored
Merge pull request #115534 from ecfan/patch-8
Clarify ExpressRoute info
2 parents 021a6f2 + a474b69 commit 95dc10a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,16 @@ You can also create an ISE by using the [sample Azure Resource Manager quickstar
5252

5353
* Make sure that your virtual network [enables access for your ISE](#enable-access) so that your ISE can work correctly and stay accessible.
5454

55-
* If you use [ExpressRoute](../expressroute/expressroute-introduction.md), which provides a private connection to Microsoft cloud services that's facilitated by the connectivity provider, you must [create a route table](../virtual-network/manage-route-table.md) that has the following route and link that table to each subnet that's used by your ISE:
55+
* [ExpressRoute](../expressroute/expressroute-introduction.md) helps you extend your on-premises networks into Microsoft cloud and connect to Microsoft cloud services over a private connection that's facilitated by the connectivity provider. Specifically, ExpressRoute is a virtual private network that routes traffic over a private network instead of the public internet. Logic apps can connect to on-premises resources that are in the same virtual network when connecting through ExpressRoute or a virtual private network.
56+
57+
If you use ExpressRoute, you must [create a route table](../virtual-network/manage-route-table.md) that has the following route and link that table to each subnet that's used by your ISE:
5658

5759
**Name**: <*route-name*><br>
5860
**Address prefix**: 0.0.0.0/0<br>
5961
**Next hop**: Internet
6062

63+
This route table is required for Logic Apps components to communicate with other dependent Azure Services, such as Azure Storage and Azure SQL DB.
64+
6165
* If you want to use custom DNS servers for your Azure virtual network, [set up those servers by following these steps](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md) before you deploy your ISE to your virtual network. For more information about managing DNS server settings, see [Create, change, or delete a virtual network](../virtual-network/manage-virtual-network.md#change-dns-servers).
6266

6367
> [!NOTE]

0 commit comments

Comments
 (0)