Create Vertical scaling for my existing Azure VM

Ibrahim Khalid 26 Reputation points
2022-12-13T03:31:06.237+00:00

I need to create vertical scaling for my Azure VM. Solution must meet following criteria:

1) Automatic Scale up and down
2) VM size will transferred to next available VM size in both scale up and down

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,366 questions
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
448 questions
0 comments No comments
{count} votes

Accepted answer
  1. Maxim Sergeev 6,586 Reputation points Microsoft Employee
    2022-12-13T05:05:27.38+00:00

    Hi there,

    There is only one out-of-the-box solution to scale-up and scale-down instances, but it's focused on numbers of instances, not sized of VMs

    https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-autoscale-portal

    If you need to change a size of VM, it requires to stop the VM. As an example, you can check the community-based solution. You can build the same by using Azure Monitor\Action Groups\Automation Account\Logica Apps etc

    https://techcommunity.microsoft.com/t5/azure-developer-community-blog/azure-automation-scale-down-vm-size/ba-p/1736557

    1 person found this answer helpful.

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.