I've read in a MS best practice that when setting up Always On Availability groups, the replicas should use the same database drive letters as the primary server. Given that replicas are required to be in the same cluster as the primary, and that Windows
failover clusters prevent you from adding a second drive to the cluster with the same letter as an existing one, how are you supposed to follow the best practice? Do you install the replica server as a stand-alone, non-clustered instance on a cluster node?
Chuck