Conectivity in web apps of Azure apps

Gabriela Herrera 0 Reputation points
2023-04-26T18:45:47.6633333+00:00

Can you configure virtual network connectivity for web apps in Azure app? If is true, is these need some app service plan SKU?

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

1 answer

Sort by: Most helpful
  1. VasimTamboli 5,215 Reputation points
    2023-04-26T18:49:57.74+00:00

    if i understood you correctly

    Yes, it is possible to configure virtual network connectivity for web apps in Azure App Service. This can be achieved by integrating the web app with a virtual network using the Azure Virtual Network integration feature. This feature allows you to establish a secure and private connection between your web app and other Azure resources, such as a virtual machine, a database, or another web app.

    To configure virtual network connectivity for a web app, you will need to create a virtual network and a subnet within the virtual network, then enable the virtual network integration feature for your web app. You can do this through the Azure portal or using Azure PowerShell or Azure CLI. Note that to use this feature, you must have a Standard, Premium, or Isolated App Service plan SKU.

    Once you have enabled virtual network integration for your web app, you can access resources in your virtual network securely, without exposing them to the public internet. This can be particularly useful if you need to access resources that are not accessible over the public internet, or if you want to ensure that traffic to and from your web app is secure and private.

    1 person found this answer 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.