Monday, October 5, 2015

PowerShell for Scaling up and Scaling down VM Size

Get-AzureVM -ServiceName "<CloudServiceName>"
            -Name "<VMName>" |
Set-AzureVMSize  -InstanceSize "<InstanceSize>" |
Update-AzureVM

No comments:

Post a Comment