We want to deploy an HA solution using SQL VM in Azure using DB Mirroring. We've deployed three SQL VM's in the same Cloud Service, same Affinity Group, same Virtual Network. We've configured DB Mirroring and it is working. My question
is, what do we specifiy in the connection string for the server name, since they share a common cloud service name? Do we need to create an endpoint on each instance using a unique public Port which points to the internal 1433 port?
↧