B Series Size not available for VM

Christian Lavallee 20 Reputation points
2025-02-20T15:22:03.3066667+00:00

Trying to scale my VM to B series v2, but it's not in the Size choices. It's not in any of the unavailable categories. It is in Canada Central.

I would like to move to B32sV2. I currently have temp data disks with my B20ms size, so I suspect this is the problem.

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

Accepted answer
  1. TP 110.2K Reputation points
    2025-02-20T16:26:26.2033333+00:00

    Hi Christian,

    Reason you are not seeing B32s_v2 is because it does not include temporary disk whereas the current size does include temporary disk. When using resize capability, you are limited to sizes with temporary disk since your current VM size has a temporary disk. Please see FAQ, excerpt below:

    Can I resize a VM size that has a local temp disk to a VM size with no local temp disk? No. The only combinations allowed for resizing are:

    1. VM (with local temp disk) -> VM (with local temp disk); and
    2. VM (with no local temp disk) -> VM (with no local temp disk). If interested in a work around, please see next question.

    Workaround/Solution:

    What you can do is stop the VM, create snapshot of disk, create disk from snapshot, then create VM from disk, with B32s_v2 as size. Once you verify the new VM is working okay you can delete the old VM and its disk, network interface, snapshot, etc.

    Below are instructions for the process I just described:

    https://learn.microsoft.com/en-us/azure/virtual-machines/attach-os-disk?tabs=portal

    When creating the new managed disk from the snapshot, be sure to select the correct disk size and type.

    Please click Accept Answer and upvote if the above was helpful. If you are unsure about how to perform the steps above and/or still need assistance, add a comment below.

    Thanks.

    -TP

    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.