Virtual machine maintenance in azure

Seshu 20 Reputation points
2023-03-18T17:03:19.4666667+00:00

Hi

What is Virtual machine maintenance in azure

How to perform Virtual machine maintenance in azure

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,081 questions
{count} votes

Accepted answer
  1. Patchfox 3,291 Reputation points
    2023-03-18T17:31:28.9266667+00:00

    Hi Seshu, I want to help you with this question.

    A distinction is made between two types of virtual machine maintenance.

    • The update does not require a reboot (Azure will pause the host for few seconds) or
    • the update requires a reboot.

    If an update requires a reboot, you will receive a notification and can trigger the reboot within 35 days (for non-critical updates) via CLI or Powershell.

    Command for Powershell:

    https://learn.microsoft.com/en-us/azure/virtual-machines/maintenance-notifications-powershell#start-maintenance-on-your-vm-using-powershell

    Check out also the following docs about vm maintenance:

    https://learn.microsoft.com/en-us/azure/virtual-machines/maintenance-notifications

    Maybe helpful:

    To ensure a high availability a virtual machine availability set is recommended. This way not all VMs will be updated at the same time.


    If the reply was helpful, please don’t forget to upvote or accept it as an answer, thank you.


0 additional answers

Sort by: Most helpful