nerdexam
Microsoft

DP-300 · Question #369

Hotspot Question You plan to deploy an Always On failover cluster instance (FCI) on Azure virtual machines. You need to provision an Azure Storage account to host a cloud witness for the deployment…

This question tests knowledge of Azure Storage account configuration requirements for hosting a Cloud Witness used in Windows Server Failover Clustering (WSFC) with Always On Failover Cluster Instances (FCI) on Azure VMs.

Submitted by takeshi77· Mar 6, 2026Plan and configure a high availability and disaster recovery (HA/DR) environment

Question

Hotspot Question You plan to deploy an Always On failover cluster instance (FCI) on Azure virtual machines. You need to provision an Azure Storage account to host a cloud witness for the deployment. How should you configure the storage account? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibit

DP-300 question #369 exhibit

Answer Area

  • Type:
    Premium block blobsPremium file sharesStandard general-purpose v2
  • Replication:
    Geo-redundant storage (GRS)Locally-redundant storage (LRS)Read-access geo-redundant storage (RA-GRS)

Explanation

This question tests knowledge of Azure Storage account configuration requirements for hosting a Cloud Witness used in Windows Server Failover Clustering (WSFC) with Always On Failover Cluster Instances (FCI) on Azure VMs.

Approach. A Cloud Witness for WSFC requires an Azure Storage account configured with the following settings: Account Kind should be 'StorageV2 (general purpose v2)' or 'Storage (general purpose v1)' - NOT Blob storage, as the Cloud Witness uses Azure Blob storage internally but requires a general-purpose account. Replication should be set to 'Locally-redundant storage (LRS)' because geo-redundant replication is unnecessary and not recommended for a quorum witness - the witness only needs to be available within the region, and LRS provides the lowest cost with sufficient durability. The storage account does NOT require geo-redundancy (GRS/RA-GRS) since the cluster quorum mechanism itself handles failover decisions. Performance tier should be 'Standard' as Premium storage is not required for the minimal I/O needs of a Cloud Witness.

Concept tested. Configuring an Azure Storage Account as a Cloud Witness for Windows Server Failover Clustering (WSFC) used with SQL Server Always On FCI on Azure Virtual Machines - specifically understanding account kind (general-purpose v2), replication type (LRS), and performance tier (Standard) requirements.

Reference. https://docs.microsoft.com/en-us/windows-server/failover-clustering/deploy-cloud-witness

Topics

#SQL Server FCI#cloud witness#Azure Storage Account#replication

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice