Client IP Address does not have access SQL Server Management Studio

Tom Hovens 36 Reputation points
2022-01-11T21:14:52.197+00:00

Hi,

When trying to log on to my server I get the error "Your client IP address does not have access to the server. Sign in to an Azure Account and create a new firewall rule enable access." After adding the my client address to the Firewall rules the same error popups. When I look in Azure at the firewall setting I see several rows of rules, all with the same ip addresses. I also add the client ip address but no luck. What do I need to change in setting so I can open my database with SSMS.

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-01-13T21:27:40.15+00:00

    Change the authentication type please:

    164914-image.png

    Thank you for your patience.

    0 comments No comments

19 additional answers

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-01-13T20:45:33.87+00:00

    You cannot use that option "SQL Server Authentication", please try the options higlighted on red below screen, and specially the second option "Acftive Directory - Password".

    164866-image.png

    0 comments No comments

  2. Tom Hovens 36 Reputation points
    2022-01-13T20:50:15.54+00:00

    Azure Active Directory - Password gives me following error
    164936-errorsqlv5.png

    0 comments No comments

  3. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-01-13T21:05:26.88+00:00

    Please append @servername to the login name. Try SQL Server Authentication.

    So in this case, the login becomes tom.hovens@Microsoft Corporation .******@powerbitilburg.database.windows.net

    0 comments No comments

  4. Tom Hovens 36 Reputation points
    2022-01-13T21:14:10.093+00:00

    a bit closer I think/hope

    164946-errorsqlv6.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.