20

Is it possible to add a "custom" size memory to an Azure virtual machine?

For example, I'm using the Medium size - 2 core, 4GB RAM, I would like to have 8GB RAM with the current settings I have... otherwise the next option available is A5 2 core with 14GB.

Yovav
  • 2,557
  • 2
  • 32
  • 53

3 Answers3

22

At https://portal.azure.com/ you can select the machine, then go to Size and pick another size for your virtual machine. It currently looks a bit like this:

enter image description here

If you scroll down see you a lot of different configurations, but you can't customize parameters of any of the given configurations.

See also How to: Change the Size of a Windows Azure Virtual Machine at MSDN.

the
  • 21,007
  • 11
  • 68
  • 101
  • 2
    Does resizing my VM, deletes the data on my old VM. For instance, I have a VM that hosts postgress, so does resizing remove my postgress? – Suhas Chikkanna Sep 18 '17 at 12:02
  • @SuhasChikkanna I just tried it and seems like just the machine specs changed, the files and folders stayed the same. – Felix K. Apr 29 '18 at 18:06
19

Simple answer is you can't. You will need to pick up from one of the existing VM sizes.

Gaurav Mantri
  • 128,066
  • 12
  • 206
  • 241
1

Looks like Microsoft recently added a Large (A3) machine with 7GB http://azure.microsoft.com/en-us/pricing/details/virtual-machines/

Yovav
  • 2,557
  • 2
  • 32
  • 53