Skip to content

Commit 945e0c1

Browse files
committed
removed the include to app service's vnet section because it doesn't cover Flex
1 parent 18dd62b commit 945e0c1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ggailey777
55
ms.topic: conceptual
66
ms.custom:
77
- build-2024
8-
ms.date: 4/6/2023
8+
ms.date: 11/7/2023
99
ms.author: cachai
1010
---
1111

@@ -76,17 +76,16 @@ You can't use service endpoints to restrict access to apps that run in an App Se
7676

7777
To learn how to set up service endpoints, see [Establish Azure Functions private site access](functions-create-private-site-access.md).
7878

79-
## Virtual network integration
79+
## Outbound networking features
8080

81-
Virtual network integration allows your function app to access resources inside a virtual network.
82-
Azure Functions supports two kinds of virtual network integration:
81+
### Virtual network integration
8382

84-
[!INCLUDE [app-service-web-vnet-types](../../includes/app-service-web-vnet-types.md)]
83+
Virtual network integration gives your function app access to resources in your virtual network. Once integrated, your function app will make outbound calls using a source IP address from the subnet you've integrated it with. This allows your app to access private endpoints in the virtual network or to access resources with rules allowing traffic from only select subnets.
8584

86-
Virtual network integration in Azure Functions uses shared infrastructure with App Service web apps. To learn more about the two types of virtual network integration, see:
85+
Azure Functions supports two kinds of virtual network integration:
8786

88-
* [Regional virtual network integration](../app-service/overview-vnet-integration.md#regional-virtual-network-integration)
89-
* [Gateway-required virtual network integration](../app-service/configure-gateway-required-vnet-integration.md)
87+
* [Regional virtual network integration](#regional-virtual-network-integration) for apps running on the Flex Consumption, Premium, Dedicated (App Service), and Container Apps hosting plans
88+
* [Gateway-required virtual network integration](../app-service/configure-gateway-required-vnet-integration.md) for apps running on the Dedicated (App Service) hosting plan
9089

9190
To learn how to set up virtual network integration, see [Enable virtual network integration](#enable-virtual-network-integration).
9291

0 commit comments

Comments
 (0)