Resize GPU VM to non GPU SKU

Tom Maz 1 Reputation point
2022-10-07T19:40:48.917+00:00

We have an Azure VM using the VM size of Standard_NC6s_v3, which is a GPU SKU. We want to resize the vm to a non-GPU SKU. For example, Standard_E8s_v3. There are no options to resize to any other SKUs besides NC**v3. So, I assume it is not possible, but I can't find any official confirmation from Microsoft. If anyone knows for sure, please provide details.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,040 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andreas Baumgarten 123.6K Reputation points MVP Volunteer Moderator
    2022-10-07T20:35:10.97+00:00

    Hi @Tom Maz ,

    the status of the VM is Stopped (deallocated) or Running ?

    Here it's possible with a Stopped (deallocated) VM to change the VM SKU Standard NV6 to a different VM SKU Series, for instance Standard B2ms .

    248540-image.png

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.

  2. Olga Os - MSFT 5,951 Reputation points Microsoft Employee
    2022-10-07T20:55:36.203+00:00

    Hello @Tom Maz ,

    Welcome to the MS Q&A forum.

    I tried to reproduce this scenario and wasn't able due to my subscription is not enabled for NCS_v3 series. While I am awaiting for my quota ticket to process, are you able to test the VM resize operation via the CLI?

    az vm resize -g MyResourceGroup -n MyVm --size Standard_E8s_v3  
    

    What error message do you see there? Sometime, it's the easiest way to get the root cause.
    In addition, please make sure you deallocated the VM, as in the running state you will see only SKUs available on the same cluster and in deallocated across the whole region.

    Sincerely,
    Olga Os

    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.