Change Azure Virtual Machine Size Using Console

Change Azure Virtual Machine Size Using Console

  1. Change the VM size from Standard_B1s to Standard_B2s for the virtual machine named datacenter-vm.

  2. Ensure the VM is in the running state after the size change is complete.

Notes:

Create the resources only in East US region.
Make sure the VM is in the Running state after resizing.

Currently VM running in West US region and my concern is change Region from West US to East US. so I have use azure resource mover but it gives permission error. is someone solve this problem without changing region ?

Since you aren’t creating resources (you’re only modifying an existing resource, the vm) all you need to do is edit the existing virtual machine, change its size, and restart the machine, waiting until you’re told that it is in Running state. This works; I tried it and the grader is happy.