首页 > 系统服务 > 详细

使用Powershell改变Azure经典虚拟机Size

时间:2018-01-30 11:56:37      阅读:261      评论:0      收藏:0      [点我收藏+]
1.       Login your Azure Account

技术分享图片

 

2.       Find out the VM which you want to resize using the command “Get-AzureVM”

Get-AzureVM

技术分享图片

3.       Select the detail info of your VM

Get-AzureVM -ServiceName leounmanagedvm018664 -Name leounmanagedvm01

技术分享图片

4.       Use the following command to update the VM size

Get-AzureVM -ServiceName "leounmanagedvm018664" -Name "leounmanagedvm01" | Set-AzureVMSize -InstanceSize Standard_A1_v2 | Update-AzureVM

技术分享图片技术分享图片

5.       Have a verification


 技术分享图片

 

6.       You can use the command “Get-AzureRmVMSize” to check all the VM sizes on our cloud

技术分享图片

 


使用Powershell改变Azure经典虚拟机Size

原文:http://blog.51cto.com/jiaxiaolei/2066661

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!