简体   繁体   中英

How to configure an existing web app and virtual network in azure using the ARM template

I have a created a Web app in the Azure portal and i also have a virtual network with a vnet gateway attached to the virtual network.

Is it possible to integrate the vnet (with existing gateway) to the Azure Web app . If so how to do this with the help of ARM Template ??

Also how to integrate the virtual network to Azure Web App in case if the virtual network is in another Resource group ???

This should point you the right way .

If the vnet is in another resource group you might add the app server's service principal to that vnet to create it fully automated - If the vnet is one with your privileges it shouldn't matter though.

Previous rather outdated answer: Azure ARM Templates, VNET Integration of a Site

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM