nerdexam
Microsoft

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.

Implement and manage Windows Server high availability

Question

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 used by the cluster as a cloud witness. The solution must maximize resiliency. Which type of redundancy should you configure for the storage account?

Options

  • AGeo-zone-redundant storage (GZRS)
  • BGeo-redundant storage (GRS)
  • CZone-redundant storage (ZRS)
  • DLocally-redundant storage (LRS)

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    13% (3)
  • C
    74% (17)
  • D
    4% (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.

AGeo-zone-redundant storage (GZRS)

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.

BGeo-redundant storage (GRS)

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.

CZone-redundant storage (ZRS)Correct

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.

DLocally-redundant storage (LRS)

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

#Azure Storage#Cloud Witness#Failover Cluster#Storage Redundancy

Community Discussion

No community discussion yet for this question.

Full AZ-801 Practice