Fault domain and update domain

Gabriela Herrera 0 Reputation points
2023-04-26T16:02:21.4933333+00:00

What does underlying Infrastructure Upgrade (UD) and underlying Hardware Failure (FD) mean? I would like to explain it with an example.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
768 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
{count} votes

2 answers

Sort by: Most helpful
  1. TP 124.7K Reputation points Volunteer Moderator
    2023-04-26T16:33:26.1466667+00:00

    Hi,

    Example of where Update Domain (UD) is applicable: An update needs to be applied to the host operating system.

    Example of where Fault Domain (FD) is applicable: Host hardware fails (e.g. power supply, memory, overheat, etc.).

    In regards to Update Domains, in my opinion they may eventually be deprecated. They are already deprecated for VM Scale Sets in Flexible mode due to the fact most platform updates are performed using Live Migration.

    If the above is useful please click Accept Answer.

    Thanks.

    -TP

    2 people found this answer helpful.
    0 comments No comments

  2. Sam Cogan 10,812 Reputation points Microsoft Employee Volunteer Moderator
    2023-04-26T16:26:08.57+00:00

    Fault and Upgrade domains are a concept of Azure Availability Sets and are documented here. Upgrade domains are groupings of machines that will have updates applied at the same time. You want to spread machines across updated domains to avoid them being updated at the same time. Fault Domains are groupings of machines that share similar hardware, power, network etc. If you spread machines over fault domains, they will be on different sets of hardware.

    1 person found this answer helpful.
    0 comments No comments

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.