Can Azure Update Manager perform minor version upgrades on individual VMs?

Over9000Errors 0 Reputation points
2025-02-02T16:20:51.6+00:00

I am currently exploring the capabilities of Azure Update Manager and would like to clarify whether it supports minor version upgrades on individual virtual machines.

Specifically:

  • Can Azure Update Manager e.g., upgrade Ubuntu 20.04.x to 20.04.y (or similar minor upgrades for Windows)?
  • If not natively supported, is there an alternative way to achieve this using Azure Update Manager?

Thanks in advance for any help.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,312 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
341 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chiugo Okpala 75 Reputation points MVP
    2025-02-02T16:37:01.9833333+00:00

    @Over9000Errors

    Azure Update Manager does not natively support minor version upgrades on individual virtual machines. It primarily focuses on major version updates and patch management.

    However, you can achieve minor version upgrades using a workaround. Here's how:

    Create a Custom Image: Start by creating a custom image of your virtual machine with the desired minor version upgrade applied.

    Deploy the Custom Image: Use the custom image to deploy new virtual machines or update existing ones.

    Use Azure Automation: You can automate the process of creating and deploying custom images using Azure Automation and Azure Resource Manager templates.

    See: azure documentation: https://docs.azure.cn/en-us/update-manager/support-matrix-updates?tabs=ci-win


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.