azure powershell cmdlet相当于aws powershell

时间:2015-02-16 17:56:30

标签: azure amazon-web-services

主要使用aws和powershell,但现在需要开始使用azure。我需要做的是相当于new-ec2image的aws。它基本上可以捕获正在运行或停止的虚拟机并创建一个图像供以后使用。在azure powershell中是否有任何等效命令。 谢谢 TR

1 个答案:

答案 0 :(得分:0)

保存-AzureVMImage

Save OS or VM images from existing VMs. 
For capturing a VM Image, use the -OSState parameter.

来自Get-Help Save-AzureVMImage -full

这里有一篇不错的博文: http://azure.microsoft.com/blog/2014/04/14/vm-image-blog-post/

..和第二部分: http://azure.microsoft.com/blog/2014/05/01/vm-image-powershell-how-to-blog-post/