标签: azure-virtual-machine azure-virtual-network azure-automation
使用Azure Automation,如何连接Azure Virtual Machine上的Azure Virtual Network?我知道如何在常规Windows PC上使用PowerShell创建VPN连接,但Azure自动化似乎不支持运行任意进程。使用纯PowerShell实现自动化很困难。
Azure Automation
Azure Virtual Machine
Azure Virtual Network
答案 0 :(得分:1)
Azure自动化沙箱无法直接连接到VPN。还有其他方法。有关详细信息,请参阅http://azure.microsoft.com/blog/2014/12/18/azure-automation-run-tasks-on-azure-virtual-machines-without-opening-ports/和http://azure.microsoft.com/blog/2015/02/04/managing-on-premises-systems-with-azure-automation/。