Skip to content

Commit b79556c

Browse files
committed
minor corrections
1 parent 37ad1e7 commit b79556c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/overview-vnet-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ When you are using virtual network integration, you can configure how parts of t
9999

100100
Bringing you own storage for content in often used in Functions where [content storage](./../azure-functions/configure-networking-how-to.md#restrict-your-storage-account-to-a-virtual-network) is configured as part of the Functions app.
101101

102-
To route content storage traffic through the virtual network integration, add an app setting named `WEBSITE_CONTENTOVERVNET` with the value `1`. In addition to adding the app setting, you must also ensure that any Firewall or Network Security Group configured on the subnet allow traffic to port 443 and 445.
102+
To route content storage traffic through the virtual network integration, you need to add an app setting named `WEBSITE_CONTENTOVERVNET` with the value `1`. In addition to adding the app setting, you must also ensure that any firewall or Network Security Group configured on traffic from the subnet allow traffic to port 443 and 445.
103103

104104
##### Container image pull
105105

106-
When using custom containers for Linux, you can pull the container over the virtual network integration. To route the container pull traffic through the virtual network integration, you must add an app setting name `WEBSITE_PULL_IMAGE_OVER_VNET` with the value `true`
106+
When using custom containers for Linux, you can pull the container over the virtual network integration. To route the container pull traffic through the virtual network integration, you must add an app setting named `WEBSITE_PULL_IMAGE_OVER_VNET` with the value `true`.
107107

108108
#### Network routing
109109

0 commit comments

Comments
 (0)