What is the Bext Practice of VNET Integration with P1V3 WebApps?

NarenderSingh 61 Reputation points
2021-08-18T15:01:58.257+00:00

What is the Bext Practice of VNET Integration with P1V3 WebApps?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
{count} votes

2 answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,941 Reputation points MVP
    2021-08-18T16:27:29.95+00:00

    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://learn.microsoft.com/en-us/azure/app-service/networking-features#use-cases-and-features

    Integrate your app with an Azure virtual network
    https://learn.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.


  2. NarenderSingh 61 Reputation points
    2021-08-31T13:02:39.197+00:00

    @SUNOJ KUMAR YELURU - thanks for the fgeedback - my question is just around integration best practice.

    Integrate your app with an Azure virtual network https://learn.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 ?
    1. I Need (or Can I / Or Is this recommended) to Integrate app service appservice3 (from different App Service Plan - ASP2) in VNET1 and Subnet1 ?
    2. 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 ?

    0 comments No comments