AZ-801 · Question #97
You have two Azure Virtual machines that run Windows Server. You plan to create a failover cluster that will host the virtual machines. You need to configure an Azure Storage account that will be…
The correct answer is C. Zone-redundant storage (ZRS). For an Azure failover cluster's cloud witness to maximize resiliency, Zone-redundant storage (ZRS) should be configured for the storage account, as it synchronously replicates data across three Azure Availability Zones in the primary region.
Question
Options
- AGeo-zone-redundant storage (GZRS)
- BGeo-redundant storage (GRS)
- CZone-redundant storage (ZRS)
- DLocally-redundant storage (LRS)
How the community answered
(23 responses)- A9% (2)
- B13% (3)
- C74% (17)
- D4% (1)
Why each option
For an Azure failover cluster's cloud witness to maximize resiliency, Zone-redundant storage (ZRS) should be configured for the storage account, as it synchronously replicates data across three Azure Availability Zones in the primary region.
Geo-zone-redundant storage (GZRS) offers cross-region replication in addition to zone redundancy, which is overkill for a cloud witness that primarily needs resilience within the cluster's operational region.
Geo-redundant storage (GRS) replicates data to a secondary Azure region, providing disaster recovery for the data itself, but it does not enhance the resilience of the cloud witness against failures within the primary region's Availability Zones, which is critical for cluster quorum.
Zone-redundant storage (ZRS) maximizes resiliency for an Azure failover cluster's cloud witness by synchronously replicating its data across three Azure availability zones within the primary region. This ensures the cloud witness remains available and maintains quorum even if one entire Availability Zone becomes unavailable.
Locally-redundant storage (LRS) stores data within a single datacenter and does not protect against an Availability Zone failure, making it insufficient for maximizing resiliency for a cloud witness in an Azure VM failover cluster.
Concept tested: Azure Storage redundancy for cloud witness
Source: https://learn.microsoft.com/en-us/azure/storage/common/redundancy-overview#zone-redundant-storage-zrs
Topics
Community Discussion
No community discussion yet for this question.