Skip to content

Commit 7bcd828

Browse files
authored
Pencil edit: number to bullet on line 174
1 parent 1d9dd6a commit 7bcd828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-networking-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Border Gateway Protocol (BGP) routes also affect your app traffic. If you have B
171171

172172
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:
173173

174-
1. `WEBSITE_VNET_ROUTE_ALL` with value `1`
174+
- `WEBSITE_VNET_ROUTE_ALL` with value `1`
175175

176176
This setting sends all of your outbound calls from your app into your VNet and enables your app to access an Azure DNS private zone. With these settings, your app can use Azure DNS by querying the DNS private zone at the worker level.
177177

@@ -279,4 +279,4 @@ To learn more about networking and Azure Functions:
279279

280280
<!--Links-->
281281
[VNETnsg]: ../virtual-network/network-security-groups-overview.md
282-
[privateendpoints]: ../app-service/networking/private-endpoint.md
282+
[privateendpoints]: ../app-service/networking/private-endpoint.md

0 commit comments

Comments
 (0)