Fault Domain vs Update Domain

Amit Singh Baghel 21 Reputation points
2022-10-05T12:43:28.063+00:00

Why Azure allows only one update domain when selecting one fault domain. Can't I select 20 update domain with one fault domain?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
0 comments No comments
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 28,186 Reputation points MVP Volunteer Moderator
    2022-10-06T09:37:48.783+00:00

    Hi,
    The official documentation can be found here. It basically explains the architecture behind this with example. By having one fault domain you basically put all your eggs into the same basket so to speak. In such case it is not a very good idea to update two VMs at the same time, especially since in order to take advantage of availability set you need at least two VMs. Even if you have more than 2 VMs it is risky to update more than one VM at the same time when all your VMs are placed on the same hardware. Overall, it is limitation based on logic. If you choose such kind of setup you are agreeing that your VMs are placed on same hardware and you are probably doing it because of some low latency communication you want to achieve.

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

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.