I have 2 SQL server: sqlserver-0 and sqlserver-1 and configured in always on availability group in azure. I deployed this using the template "SQL
Server AlwaysOn Cluster" in azure marketplace. I tried to add another sql server instance which is in different subnet within the same virtual network as the other VMs. But when i try to add new cluster listener IP for new sql instance i get the
error"The operation failed because either the specified cluster node is not the owner of the resource or the node is not a possible
owner of the resource.". The new listener IP is the IP address of internal load balancer with back end pool containing the new sql server instance.
↧