Share via

Patch management using runbook

santosh llc 41 Reputation points
2022-01-12T14:32:30.95+00:00

I am looking for an alternative to azure update management, is there any other solution will do the patch management task on azure VMs? Can we use runbook to automate this process?

Azure Automation
Azure Automation

An Azure service that is used to automate, configure, and install updates across hybrid environments.

0 comments No comments

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 19,088 Reputation points Moderator
    2022-01-13T13:16:09.327+00:00

    @santosh llc Update Management internally uses runbooks to perform updates. You can't view these runbooks, and they don't require any configuration. When an update deployment is created, it creates a schedule that starts a master update runbook at the specified time for the included machines. The master runbook starts a child runbook on each agent that initiates the installation of the required updates with the Windows Update agent on Windows, or the applicable command on supported Linux distro.

    Microsoft also offers other capabilities where you can manage azure virtual machines by using automatic VM guest patching feature. To know more, refer this document.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.