How does the Update Manager handle updates in the background?

Over9000Errors 0 Reputation points
2025-02-02T16:28:49.1233333+00:00

I am currently exploring the capabilities of Azure Update Manager and would like to understand what exactly happens in the background during an update.

  • How does Azure Update Manager actually apply updates in the background? Does it simply execute Run Commands (e.g., similar to manually running apt-get update && apt get-upgrade on Linux)?
  • Or does it use a different background process for managing updates?
  • How can I view the exact commands or processes it executes during an update?

Any insights or references would be greatly appreciated!

Thanks in advance!

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

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 25,686 Reputation points MVP
    2025-02-03T07:00:04.1133333+00:00

    Hi,

    Yes Azure Update Manager just executes commands relevant to the tool that is used for updating the linux packages. If that is apt-get it will use that. Generally only specific package names and versions will be updated to avoid any new packages that might have appeared after the latest assessment and having mismatch of what is selected in Azure Update Manager and what is installed on the machines. You can check the logs on the machine via this article Troubleshoot issues with Azure Update Manager to see what is being executed locally as commands.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


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.