0 votes
in Azure by
You received a new task to deploy a critical application in Azure cloud, using Azure virtual machines. The proposed solution must provide a guaranteed availability of 99.99 percent.

Which of the following options meets the requirement?

1 Answer

0 votes
by
>Deploy minimum 2 VMs into 2 minimum availblity zones. (You need a minimum of two virtual machines with each one located in a different availability zone.

Availability Zones is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more data centres equipped with independent power, cooling, and networking.

Zone-redundant services replicate your applications and data across Availability Zones to protect from single-points-of-failure. With Availability Zones, Azure offers industry best 99.99% VM uptime SLA.
...