Patching Azure VMSS using Azure update mangement

Azure-learning 56 Reputation points
2023-01-06T05:34:00.2+00:00

How to do patching on a azure VMSS using Azure update management , What is the process to do it , we are patching VM's using update management , is it possible to patch VMSS also , and what are the things that we need to take care.

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,138 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.
353 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
249 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Technanosoft Technologies 101 Reputation points
    2023-01-06T06:06:53.81+00:00

    Azure VMSS is a massive Azure cloud service that allows administrators to manage and monitor their Azure VM instances. Recently, Microsoft released a new Azure VMSS update introducing some security vulnerabilities. If attackers could exploit these vulnerabilities, they could control an affected AzureVM instance completely. To protect your AzureVM instance from attack, you should patch it as soon as possible.

    0 comments No comments

  2. Luke Murray 10,536 Reputation points MVP
    2023-01-06T06:28:21.867+00:00

    The general (and preferred) view for Virtual Machine Scale sets is to update the image every month and then push out the image update to the VMSS.

    https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-automatic-upgrade

    If you need to, you can add the VM scale set servers to Azure Update Management and patch them; just make sure they are on different schedules, to install.


  3. Ong Hong Teck 1 Reputation point
    2024-02-25T11:01:59.4833333+00:00

    How to add the VMSS to Azure update manager, i cant find my VMSS there.

    0 comments No comments