问题描述
我可以使用azure门户网站将Web应用程序添加到虚拟网络,以便在其托管的各种服务之间进行通信.但是,在通过Powershell编写脚本的环境中,我拥有其他所有功能,并且也希望实现WebApp/VNET集成的自动化.
I can use the azure portal to add a web app to a virtual network for communications between various services hosted on it. However I have everything else in the environment scripted via Powershell and would like to automate the WebApp/VNET integration too.
到目前为止,我已经阅读了以下文章:
I have read the following article so far:
https://azure.microsoft.com/en-gb/documentation/articles/web-sites-integrate-with-vnet/
但是,这只是通过门户网站进行的操作.我认为Set-AzureRMWebApp cmdlet是正确的用法,但是我看不到任何可能有用的参数.
However that is just how to do it via the portal. I am thinking that the Set-AzureRMWebApp cmdlet is the right thing to use, but i can't see any parameters that might help.
https://msdn.microsoft.com/en-us/library/mt652487.aspx
推荐答案
当前不支持此功能,我们将其列在待办事项中,很遗憾,我现在没有eta
This is currently not supported, we have it on our to-do list, unfortunately I don't have an eta right now
这篇关于使用Azure Powershell编写脚本的WebApp VNET集成脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!