Hi James,
Hope you're doing well.
Ensure that you have an "Azure subscription" and access to create an Azure storage account. And make sure your SQL Server 2016 cluster nodes can communicate with "Azure Blob Storage"
Open the "Failover Cluster Management" console. Select the name of your Windows Server Failover Cluster (WSFC). Right-click, choose "More Actions," and click "Configure Cluster Quorum Settings". In the "Select Quorum Configuration Option" dialog, select "Select the quorum witness" and proceed.
Use the following PowerShell command to configure the cloud witness:
Set-ClusterQuorum -Cluster "<clustername>" -CloudWitness -AccountName "<StorageAccountName>" -AccessKey "<StorageAccountAccessKey>"
Replace "<clustername>", "<StorageAccountName>", and "<StorageAccountAccessKey>" with your actual values.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.