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://learn.microsoft.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