Resize Azure VM - Terraform

Hi,

I would like to resize the existing azure VM using terraform. I tried with terraform import, but server got destroyed and re-created.

Is there any direct possible way to resize VM without deleting the server.

Hi,

You can try to change VM Size via argument vm_size of azurerm_virtual_machine resource type: