46.5k views
1 vote
You need to deploy a VM with a guaranteed availability of 99.99%. How do you do this?

a) Use Azure Availability Sets
b) Use Azure Load Balancer
c) Use Azure Application Gateway
d) Use Azure Traffic Manager

User PRGSTony
by
8.0k points

1 Answer

2 votes

Final answer:

To deploy a VM with a guaranteed availability of 99.99%, you can use Azure Availability Sets, Azure Load Balancer, and Azure Traffic Manager.

Step-by-step explanation:

How to deploy a VM with a guaranteed availability of 99.99%

  1. Use Azure Availability Sets: This allows you to distribute your virtual machines across multiple fault domains and update domains to ensure high availability.
  2. Use Azure Load Balancer: Load balancers distribute incoming traffic across multiple virtual machines, enabling scalability and fault tolerance.
  3. Use Azure Traffic Manager: Traffic Manager routes incoming traffic to different endpoints based on different load-balancing methods and health checks.

By combining these options, you can achieve a VM deployment with a guaranteed availability of 99.99%.

User Cameron Landers
by
7.8k points