Skip to content

Instantly share code, notes, and snippets.

@slavaceornea
Created June 9, 2016 10:51
Show Gist options
  • Save slavaceornea/a694f8cf09d983a4627ff6023eb461cf to your computer and use it in GitHub Desktop.
Save slavaceornea/a694f8cf09d983a4627ff6023eb461cf to your computer and use it in GitHub Desktop.
Changes VM instance size in Azure.
#Change VM instance size
Get-AzureVM -ServiceName slavaceorneavm1 -Name slavaceorneavm1 |
Set-AzureVMSize -InstanceSize ExtraSmall |
Update-AzureVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment