问题描述
- 请问用powershell 可以创建虚拟网络吗?
-
大家好请问用powershell 可以创建虚拟网络吗?
谁知道????
解决方案
您好,
根据我的经验,没有直接Azure PowerShell命令来创建虚拟网络。
但是你可以运行"Get-AzureVNetConfig -ExportToFile C:xxx.netcfg(本地保存路径)"将虚拟网络的设置保存在本地;然后编辑虚拟网络的设置文件,比如增加一个新的虚拟网络的相关描述段;然后再运行“Set-AzureVNetConfig -ConfigurationPath C:xxx.netcfg",这样新的虚拟网络就创建好了。
此外,你也可以用PowerShell的脚本:
http://blogs.technet.com/b/keithmayer/archive/2014/08/15/scripts-to-tools-auto-provisioning-azure-virtual-networks-with-powershell-and-xml.aspx (注意,这个脚本是针对于MS Azure的,可能在Windows Azure上需要改动某些部分)
如果您想进一步了解Windows Azure, Windows Azure 官网欢迎您的访问
时间: 2024-10-15 02:10:18