赞
踩
打开PowerShell,或者PowerShell ISE
Get-AzurePublishSettingsFile -Environment AzureChinaCloud
Import-AzurePublishSettingsFile 英文地址
可以Get-AzureSubscription一下,看看订阅名字是什么
可以Get-AzureVMImage一下,看看镜像ID是什么
自己手动开机,然后捕获Save-AzureVMImage -ServiceName "自己起的云服务的名字" -Name "自己起的VM的名字" -ImageName "镜像的名字" -ImageLabel "写一个标签避免忘记"
Save-AzureVMImage -ServiceName "sutest" -Name "sutest" -ImageName "cathyfirstimage" -ImageLabel "This is my first image."
运行“批量镜像开机”
运行“批量开机”
运行“批量开端口”
如果需要,可以“设置端口”
运行“批量删除”
运行“删除存储”
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。