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
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-networking-options.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,8 +84,8 @@ Virtual network integration gives your function app access to resources in your
84
84
85
85
Azure Functions supports two kinds of virtual network integration:
86
86
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
87
+
*[Regional virtual network integration](#regional-virtual-network-integration) for apps running on the [Flex Consumption](./flex-consumption-plan.md), [Elastic Premium](./functions-premium-plan.md), [Dedicated (App Service)](./dedicated-plan.md), and [Container Apps](./functions-container-apps-hosting.md) hosting plans (recommended)
88
+
*[Gateway-required virtual network integration](../app-service/configure-gateway-required-vnet-integration.md) for apps running on the [Dedicated (App Service)](./dedicated-plan.md) hosting plan
89
89
90
90
To learn how to set up virtual network integration, see [Enable virtual network integration](#enable-virtual-network-integration).
91
91
@@ -110,13 +110,13 @@ When you use regional virtual network integration, you can use the following Azu
110
110
>
111
111
> Regional virtual network integration isn't able to use port 25.
112
112
113
-
Considerations for the Flex Consumption plan:
113
+
Considerations for the [Flex Consumption](./flex-consumption-plan.md) plan:
114
114
1. Ensure that the `Microsoft.App` Azure resource provider is enabled for your subscription by [following these instructions](../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider). This is needed for subnet delegation.
115
115
1. The subnet delegation required by Flex Consumption apps is `Microsoft.App/environments`. This is a change from Elastic Premium and App Service which has a different delegation requirement.
116
116
1. You can plan for 40 IP addresses to be used at the most for one function app, even if the app scales beyond 40. For example, if you have fifteen Flex Consumption function apps that will be VNet integrated into the same subnet, you can plan for 15x40 = 600 IP addresses used at the most. This limit is subject to change, and is not enforced.
117
117
1. The subnet can't already be in use for other purposes (like private or service endpoints, or [delegated](../virtual-network/subnet-delegation-overview.md) to any other hosting plan or service). While you can share the same subnet with multiple Flex Consumption apps, the networking resources will be shared across these function apps and this can lead to one function app impacting the performance of others on the same subnet.
118
118
119
-
Considerations for the Elastic Premium, Dedicated (App Service), and Container Apps plans:
119
+
Considerations for the [Elastic Premium](./functions-premium-plan.md), [Dedicated (App Service)](./dedicated-plan.md), and [Container Apps](./functions-container-apps-hosting.md) plans:
120
120
121
121
* The feature is available for Elastic Premium and App Service Premium V2 and Premium V3. It's also available in Standard but only from newer App Service deployments. If you are on an older deployment, you can only use the feature from a Premium V2 App Service plan. If you want to make sure you can use the feature in a Standard App Service plan, create your app in a Premium V3 App Service plan. Those plans are only supported on our newest deployments. You can scale down if you desire after that.
122
122
* The feature can't be used by Isolated plan apps that are in an App Service Environment.
0 commit comments