Skip to content

Anand0224/win-web-app-vnet-int

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win-web-app-vnet-int

This git repo is configured to create Azure windows web app and configure vnet integration using terraform.

Terraform Provider: azurerm

The following Azure resources are created upon successful execution.

  • Resource Group
  • Virtual Network
  • Private endpoints
  • Appservice plan
  • Frontend Web App with vnet integration
  • Staging Deployment slot with vnet integration

Prerequisite

Before using this module, you must have the following:

  • Azure subscription
  • Terraform must be installed locally and terraform directory must be set in the path variable.

Azure web app is created according to the following variables. Change them to desired value if required

Variable Name Description Default Value
resource_group_location enter preferred location East US
prefix azure resource prefix ak-demo
sku_name sku name P1v2

Usage

Output

Upon successful execution these Azure resources will be created.

image

  • Azure Web app vnet integration

image

  • Azure app service slot vnet integration

image

  • Deployment slots

image