简体   繁体   中英

How to connect Azure WebApp to an existing vnet using powershell

I have followed the instructions at https://azure.microsoft.com/en-us/documentation/articles/web-sites-integrate-with-vnet/ to connect an Azure WebApp to an existing virtual network and it works great. I would like to do this through powershell so I can automate this along with the rest of my deployment scheme. I have looked into the powershell commands 'New-AzureWebApp', 'New-AzureAppServicePlan' but don't see any option to specify a virtual network and a subnet.

Thanks

use Set-AzureVNetConfig to replace your whole vnet configuration if needed https://msdn.microsoft.com/en-us/library/azure/dn495195.aspx

edit your ServiceConfiguration.Cloud.cscfg file for your cloud service https://msdn.microsoft.com/en-us/library/azure/ee758710.aspx

realeted is NetworkConfiguration part https://msdn.microsoft.com/en-us/library/azure/jj156091.aspx

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