You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
85
84
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:
*[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
90
89
91
90
To learn how to set up virtual network integration, see [Enable virtual network integration](#enable-virtual-network-integration).
0 commit comments