Can't connect to my Azure db from SSMS - login failed for user

OrenA 21 Reputation points
2022-03-30T11:41:00.623+00:00

I get an error when trying to connect from SSMS to my SQL DB.
I've made sure the username and password are correct (I've taken the username and password from my app which worked before I deployed the last version).

188394-capture.png

Here are my SSMS settings:
188376-capture.png

It worked previously, and just now started to not work.
What could it be?

Azure SQL Database
0 comments No comments
{count} votes

Answer accepted by question author
  1. Olaf Helper 47,586 Reputation points
    2022-03-30T11:49:04.713+00:00

    You get the more generic error message 18456 = "Login faild"
    Often cause are wrong credentials. See
    See https://learn.microsoft.com/en-us/sql/relational-databases/errors-events/mssqlserver-18456-database-engine-error?view=sql-server-ver15

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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