Hi @Peter King , please review the prerequisites of App Service vnet integration:
The virtual network integration feature requires:
- An App Service pricing tier that supports virtual network integration.
- A virtual network in the same region with an empty subnet.
The subnet must be delegated to Microsoft.Web/serverFarms. If you don't delegate before integration, the provisioning process configures this delegation. The subnet must be allocated an IPv4 /28
block (16 addresses). We recommend that you have a minimum of 64 addresses (IPv4 /26
block) to allow for maximum horizontal scale.
If the virtual network is in a different subscription than the app, ensure that the subscription with the virtual network is registered for the Microsoft.Web
resource provider. The provider is registered when you create the first web app in a subscription. To explicitly register the provider, see Register resource provider.