Will resizing of my VM from B-series to D-series remove data from my application.

Braden Bowie 40 Reputation points
2025-05-02T01:09:26.3633333+00:00

I have a Virtual Machine with OS Linux (ubuntu 24.04). It is the B4ms series.

I am looking to upgrade to D-series to make performance more stable. The VM is running an app that is currently in production. I am wondering if resizing to a different series will delete the application itself or even delete user data.

Thanks

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,807 questions
{count} votes

Accepted answer
  1. Pramidha Yathipathi 685 Reputation points Microsoft External Staff Moderator
    2025-05-02T03:09:41.9333333+00:00

    Hi Braden Bowie,

    Resizing your Azure Virtual Machine (VM) from a B-series (e.g., B4ms) to a D-series will not delete your application or user data, provided that your application and data are stored on persistent disks (OS or data disks). However, it's important to note that the VM will undergo a restart during the resizing process, which can cause temporary downtime.

    Limitations:

    1. You can't resize a VM size that has a local temp disk to a VM size with no local temp disk and vice versa. The only combinations allowed for resizing are:
    • VM (with local temp disk) -> VM (with local temp disk); and
    • VM (with no local temp disk) -> VM (with no local temp disk).
    1. You can't resize a VM size that has a SCSI-based VM to a VM size that has a remote NVMe-enabled VM.

    Please refer the document:

    https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/resize-vm?tabs=portal

    If you found information is helpful, please click "Upvote" on the post to let us know.

    If you have any further queries feel free to reach out us.

    Thank You.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.