An Azure service that is used to provision Windows and Linux virtual machines.
Hey Sunny,
Azure VMs come with fixed vCPU-to-RAM ratios, so you can’t just “add RAM” to your existing D8as_v4 size. To get 48 GB or 64 GB of memory (RAM) you’ll need to pick a different VM size in a memory-optimized family (for example the E-series):
• E8as_v4 – 8 vCPUs, 64 GiB RAM
• Or if you only need ~48 GiB, you might look at another size that meets that ratio in E- or M-series (check available sizes in your region)
Here’s how to resize your VM:
- Stop (deallocate) your VM -> In the Azure portal, open your VM and click Stop.
- Change the size-> In the VM’s Settings blade, select Size.
- Browse the list (or filter by “Memory optimized”) and pick a size that has the RAM you need.
- Click Resize.
- Start your VM again
That will keep your OS disk, network settings, etc., and simply switch you to a different SKU with more memory.
References: