SQL authentication on Azure SQL Database does not have a built-in way to implement account lockout policy. In addition, Azure SQL Database only enforces password complexity for password policy.
Azure SQL Database Lockout Policy
Hello, I am looking for some documentation or a way to view the account lockout policy for SQL authenticated Logins for Azure SQL Databases. (not VM) (ex. how many failed attempts before login gets locked).
Thanks!
2 answers
Sort by: Most helpful
-
-
Mariusz Siedlecki 21 Reputation points
2024-02-14T10:26:36.3366667+00:00 Hi @Alberto Morillo Do you know if Azure SQL Database has a built-in "smart lock" default option? (any documentation for that) I'm running vulnerability tests on Azure SQL Database, trying to brute force SQL login, and I've observed that after 10 attempts, the account appears to be locked. When I sends 30 FL, then only for 10th the Azure SQL Database audit will catch information about the login name that generated the FL attempts, and for 20th there will be no such information.