Hi All,
I have two Windows Server 2022 VMs hosted in Azure, where SQL Server will be installed as part of a SQL AG (Distributed Availability Group). I have installed Failover Cluster Manager and want to add two nodes to the cluster. I plan to use an Azure Storage Account as my cloud witness.
For Windows Server 2019, I used the following syntax to add nodes to the cluster. Will the same syntax work for Windows Server 2022? Please guide me.
New-Cluster -Name cluster01 -Node ("server01","server02") -StaticAddress "192.168.10.20" -NoStorage -ManagementPointNetworkType Singleton