How do you unlock a login on Azure Sql?
I have a login which has become locked due to too many bad login attempts. I tried unlocking the user with the standard command.
ALTER LOGIN [lockedAccount] WITH PASSWORD = 'xxxx' unlock This returns the error - Keyword or statement option 'unlock' is not supported in this version of SQL Server.
SSMS does not give me an option to unlock it either.
Is there any way to unlock the account?