Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
9,004 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a Virtual Network and an Azure App Service Plan (P1V2) and I hosted 3 web apps on App Service. Now I want to integrate each web app with a specific subnet. I received the below error.
Adding this VNET would exceed the App Service Plan VNET limit of 2.
vNet IP : 172.16.0.0/16
SubnetA: 172.16.1.0/28 >App1
SubnetB: 172.16.1.16/28 >App2
SubnetC: 172.16.1.32/28 >App3
Hi,
I found a similar thread where upgrading your App Service Plan would accommodate additional VNETs.
Reference: https://learn.microsoft.com/en-us/answers/questions/4308/unable-to-add-app-service-to-vnet.html
Regards,
Karthik Srinivas