Elias Arellano
Elias Arellano

Reputation: 493

How does update management works for virtual machines in Azure?

We defined the execution's time of the update management with a runbook for 6 hours.

But I would like to know : Does update management work asynchronously (every virtual machines are getting updated at the same time)?.

Upvotes: 3

Views: 100

Answers (1)

efdestegul
efdestegul

Reputation: 647

If they are part of an update domain,

  1. All virtual machines within that update domain will reboot together.
  2. Update domains are used for patching of the virtual machines.
  3. Only one update domain would be updated at the time.

Upvotes: 1

Related Questions