如何使用PowerShell将Azure WebApp连接到现有vnet

时间:2015-09-29 03:49:10

标签: powershell azure

我已按照https://azure.microsoft.com/en-us/documentation/articles/web-sites-integrate-with-vnet/上的说明将Azure WebApp连接到现有虚拟网络,效果很好。我想通过powershell做到这一点,所以我可以将其与我的部署方案的其余部分一起自动化。我查看了powershell命令' New-AzureWebApp' New-AzureAppServicePlan'但是没有看到任何指定虚拟网络和子网的选项。

由于

1 个答案:

答案 0 :(得分:0)

使用 Set-AzureVNetConfig如果需要,可以替换整个vnet配置 https://msdn.microsoft.com/en-us/library/azure/dn495195.aspx

修改云端服务的ServiceConfiguration.Cloud.cscfg文件 https://msdn.microsoft.com/en-us/library/azure/ee758710.aspx

重新发布是NetworkConfiguration部分 https://msdn.microsoft.com/en-us/library/azure/jj156091.aspx