Skip to content

Commit c2e6a4e

Browse files
authored
tweaks
1 parent f13210c commit c2e6a4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

includes/app-service-web-vnet-regional.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,13 @@ Border Gateway Protocol (BGP) routes also affect your app traffic. If you have B
7979

8080
### Azure DNS Private Zones
8181

82-
After your app is integrated with your VNet, it uses the same DNS server that your VNet is configured with. By default, your app won't work with Azure DNS Private Zones. To work with Azure DNS Private Zones you need to add the following app settings:
82+
After your app integrates with your VNet, it uses the same DNS server that your VNet is configured with. By default, your app won't work with Azure DNS Private Zones. To work with Azure DNS Private Zones you need to add the following app settings:
8383

8484
1. WEBSITE_DNS_SERVER with value 168.63.129.16
8585
1. WEBSITE_VNET_ROUTE_ALL with value 1
8686

87+
These settings will send all of your outbound calls from your app into your VNet in addition to enabling your app to use Azure DNS private zones.
88+
8789
### Private endpoints
8890

8991
If you want to make calls to [Private Endpoints][privateendpoints], then you need to either integrate with Azure DNS Private Zones or manage the private endpoint in the DNS server used by your app.
@@ -93,3 +95,4 @@ If you want to make calls to [Private Endpoints][privateendpoints], then you nee
9395

9496
<!--Links-->
9597
[VNETnsg]: https://docs.microsoft.com/azure/virtual-network/security-overview/
98+
[privateendpoints]: networking/private-endpoint.md

0 commit comments

Comments
 (0)