What is the Bext Practice of VNET Integration with P1V3 WebApps?
What is the Bext Practice of VNET Integration with P1V3 WebApps?
To follow-up, Please let us know if you have further query on this.
Please don’t forget to Accept the answer
Hi @NarenderSingh
Thank you for posting in Q & A.
There are two main deployment types for Azure App Service:
The multitenant public service hosts App Service plans in the Free, Shared, Basic, Standard, Premium, PremiumV2, and PremiumV3 pricing SKUs.
The single-tenant App Service Environment (ASE) hosts Isolated SKU App Service plans directly in your Azure virtual network.
The features you use will depend on whether you're in the multitenant service or in an ASE.
Uses cases and features
https://docs.microsoft.com/en-us/azure/app-service/networking-features#use-cases-and-features
If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.
Thanks for the feedback. unfortunately, I referred to the exact documentation with a multitenant environment. But I did not get a best practice guide for VNET integration -
E.g. We should have any new Webapp integrated with a new and empty subnet. do we have guidelines?
@learn2skills - thanks for the fgeedback - my question is just around integration best practice.
Integrate your app with an Azure virtual network https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet
Say If I already integrated one app service appservice1 (from App Service Plan - ASP1) in VNET1 and Subnet1, Now I have few scenarios -
I Need (or Can I / Or Is this recommended) to Integrate app service appservice2 (from same App Service Plan - ASP1) in VNET1 and Subnet1 ?
I Need (or Can I / Or Is this recommended) to Integrate app service appservice3 (from different App Service Plan - ASP2) in VNET1 and Subnet1 ?
I Need (or Can I / Or Is this recommended) to Integrate app service appservice4 (from different App Service Plan - ASP2) in VNET1 and Subnet2 ?
basically where is the best practice ?
12 people are following this question.