From 69ca235ed91ca25d20f8a9842430962bea539284 Mon Sep 17 00:00:00 2001 From: Raluca Popescu <87643427+rapopescu16@users.noreply.github.com> Date: Mon, 24 Feb 2025 20:24:05 +0200 Subject: [PATCH] Update functions-networking-options.md --- articles/azure-functions/functions-networking-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/azure-functions/functions-networking-options.md b/articles/azure-functions/functions-networking-options.md index 355a6c62ec5ca..66e6cb791ebff 100644 --- a/articles/azure-functions/functions-networking-options.md +++ b/articles/azure-functions/functions-networking-options.md @@ -125,8 +125,8 @@ Considerations for the [Elastic Premium](./functions-premium-plan.md), [Dedicate * 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. * The feature can't be used by Isolated plan apps that are in an App Service Environment. * The app and the virtual network must be in the same region. -* The feature requires an unused subnet that's a /28 or larger in an Azure Resource Manager virtual network. -* The integration subnet can be used by only one App Service plan. +* The feature requires a subnet that's a /28 or larger in an Azure Resource Manager virtual network. +* The integration subnet can be used by multiple App Service plans. * You can have up to two regional virtual network integrations per App Service plan. Multiple apps in the same App Service plan can use the same integration subnet. * You can't delete a virtual network with an integrated app. Remove the integration before you delete the virtual network. * You can't change the subscription of an app or a plan while there's an app that's using regional virtual network integration.