Azure SQL DB: The specified failover group name is already in use

File this in the category of error messages that don’t really mean what you think. When configuring a failover group using Azure SQL DB, you need to provide a “name” for the failover group. However, the name really becomes the FQDN of the failover group, but that’s not directly obvious. The implication of that is that the name of the failover group must be unique, globally.

So when you see this error message, it’s not because you already have a failover group with that name – it may be because anyone has created a SQL Server or a failover group by that name.

2017-07-15_12-06-27
“The specified failover group name is already in use” doesn’t mean what you think it means…

I have filed a Connect request for Microsoft to add “.database.windows.net” below the text box like what is present when creating a new server (below).

2017-07-15_12-16-54

If you feel the same way about this as I do, you can vote for it here: https://connect.microsoft.com/SQLServer/feedback/details/3137859

 

 

Let me know what you think, or ask a question...

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.