Issue with Web App Scaling

Pallab Chakraborty 401 Reputation points
2021-06-03T16:05:05.913+00:00

I would like to use VNET integration for my Web App. My Web App is talking to Azure SQL DB at the moment and i am going to use Private Link for Azure SQL. So for that it is essential to enable VNET integration for my web app as per the URL :
https://video2.skills-academy.com/en-us/azure/app-service/web-sites-integrate-with-vnet

I am currently on Standard S1 SKU. I would like to know will my SKU support VNET integration or i have to upgrade my Web App to premium?
In the link that i have pasted it says :

"The VNet Integration features:

Require a Standard, Premium, PremiumV2, PremiumV3, or Elastic Premium pricing plan.
Support TCP and UDP.
Work with Azure App Service apps and function apps."

So whatever SKU i am on, is it supported for VNET integration?
Also, when i try to scale up to Premium P2v2 i get the message that "Premium V2 is not supported for this scale unit".

Please suggest

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
230 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,758 questions
{count} votes

Accepted answer
  1. Ryan Hill 28,106 Reputation points Microsoft Employee
    2021-06-04T15:04:15.427+00:00

    Hi @Anonymous ,

    VNet integration is supported on newer scale units. If you're getting "not supported" it is because your app service plan is on an older scale unit. To get around this, you can create a new Standard SKU app service plan in a different/new resource group and move (or clone) your app to the new plan.


0 additional answers

Sort by: Most helpful

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.