
close
close
Upcoming FREE Conference on Identity Management and Privileged Access Management
12404760 – electric background
I will discuss the actual process before I discuss two of the common problems that are commonly encountered and how to resolve them.
The typical process for resizing a virtual machine is pretty simple. I am going to add an extra step because it will avoid one of the common problems for you:
Step 1 is to deallocate the virtual machine. Sometimes you won’t need to do this, but all too often I hear this from a customer: “I want to switch to Series X, but it’s not available – what’s wrong?”. When the customer tries to switch to another series of virtual machine, the virtual machine’s current host cluster hardware doesn’t support the new series, so it’s not listed as an option. By deallocating the virtual machine (Azure shutdown, not a guest OS shutdown), all of the possible options in the region are made available, and the resize process will migrate the virtual machine to a new compute cluster. So as a result, I always recommend deallocating the virtual machine to avoid this question.
The next step is to resize the virtual machine. Open the virtual machine in the Azure portal and select Size under Settings. Search for and select the new size.
Resizing an existing Azure virtual machine [Image Credit: Aidan Finn]
A task will run to resize the virtual machine. This might take 20-30 seconds. In my example, I updated a virtual machine from a D2_v2 to a D2_v3 and the job was completed in under 20 seconds – note that this would have included a switch to new host hardware.
Next you will start the virtual machine. And that’s the job completed, all with just a few minutes of downtime. Now let’s talk about possible issues.
The current host hardware does not support the virtual machine series/size that you desire. Please see step 1 above and deallocate the virtual machine by shutting it down in the Azure Portal or by running Stop-AzureVM/Stop-AzureRMVM.
You will modify the above process slightly because all of the virtual machines in the availability set must reside in the same compute (Hyper-V) cluster. Start by trying to resize the virtual machine without shutting it down (deallocating it) first. If the size you require is not listed, then you will have to modify the above process as follows:
Every Azure subscription has default CPU quotas:
It doesn’t take much to hit the default quotas, which are there to protect you. You can see your usage versus the limits under Subscriptions > [Subscriptionb] > Usage + Quotas. If you hit a limit then you can request an increase from Microsoft using a free billing support ticket. Normally, a limit increase is allowed, but on rare occasions a hardware shortage might prevent Microsoft from immediately giving you what you request.
An owner of a subscription (or a tenant) can deploy Azure policies to a subscription or management group (containing subscriptions) to limit what kinds of virtual machines can be deployed. If your resize operation fails and the error lists a policy restriction, then you’ll have to talk to whomever manages Azure in your organization.
More in Microsoft Azure
Microsoft's Azure OpenAI Service Gets New ChatGPT Integration in Preview
Mar 9, 2023 | Rabia Noureen
Microsoft's New Azure Operator Nexus Solution Now Available in Public Preview
Mar 2, 2023 | Rabia Noureen
Microsoft Introduces Fully-Managed Azure Load Testing Service for Developers
Feb 2, 2023 | Rabia Noureen
Azure Native New Relic Service Provides Full Stack Observability To Boost Digital Transformation
Jan 25, 2023 | Rabia Noureen
Most popular on petri