Skip to content

Commit 8cbbaa8

Browse files
Acrolinx fix
1 parent 020bbfc commit 8cbbaa8

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
@@ -178,7 +178,7 @@ To control inbound traffic to your app, use the Access Restrictions feature. An
178178

179179
### Routes
180180

181-
You can use route tables to route outbound traffic from your app to wherever you want. By default, route tables only affect your RFC1918 destination traffic. When Route All is enabled, all of your outbound calls are affected. When [Route All](../app-service/overview-vnet-integration.md#application-routing) is disabled, only private traffic (RFC1918) is affected by your route tables. Routes that are set on your integration subnet won't effect replies to inbound app requests. Common destinations can include firewall devices or gateways.
181+
You can use route tables to route outbound traffic from your app to wherever you want. By default, route tables only affect your RFC1918 destination traffic. When Route All is enabled, all of your outbound calls are affected. When [Route All](../app-service/overview-vnet-integration.md#application-routing) is disabled, only private traffic (RFC1918) is affected by your route tables. Routes that are set on your integration subnet won't affect replies to inbound app requests. Common destinations can include firewall devices or gateways.
182182

183183
If you want to route all outbound traffic on-premises, you can use a route table to send all outbound traffic to your ExpressRoute gateway. If you do route traffic to a gateway, be sure to set routes in the external network to send any replies back.
184184

@@ -301,4 +301,4 @@ To learn more about networking and Azure Functions:
301301

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

0 commit comments

Comments
 (0)