Trouble changing VM instance size

Razzi29 331 Reputation points
2023-07-19T14:44:11.3666667+00:00

I have a few VMs on Azure Government tenant that I want to downsize VM size type from M series to something like FX4 or E Series; but the options are not there, is this a limitation or am I missing something on how to perform this VM size change?

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

1 answer

Sort by: Most helpful
  1. Andriy Bilous 11,426 Reputation points MVP
    2023-07-19T15:21:13.2333333+00:00

    Hello @Razzi29

    When a VM is running it is deployed to a physical server. The physical servers in Azure regions are grouped together in clusters of common physical hardware. A running VM can easily be resized to any VM size supported by the current cluster of hardware supporting the VM. You can determine which VM sizes are supported by the current physical hardware hosting your VM through any of the following methods.

    Resize VM in Azure Portal

    When selecting the resize action you will see the available VM sizes which the VM can be resized. In this example, the VM is using the size Standard_A10 and it can be resized to either Standard_A8, Standard_A9, Standard_A10 or Standard_A11. Other VM sizes are not available because the hardware cluster currently used for this VM does not support these other sizes.

    Azure size selection

    https://azure.microsoft.com/en-us/blog/resize-virtual-machines/

    0 comments No comments

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.