vNet integration limit error on Azure App Service Plan (Adding this VNET would exceed the App Service Plan VNET limit of 2.)

Mohsen Akhavan 831 Reputation points
2022-12-19T15:32:17.787+00:00

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

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
9,004 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,291 Reputation points Microsoft Employee
    2022-12-24T06:49:59.033+00:00

    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.