Azure SQL Database Lockout Policy

Chua, Gerson 0 Reputation points
2023-07-24T20:33:51.18+00:00

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!

Azure SQL Database
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,142 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Alberto Morillo 34,556 Reputation points MVP
    2023-07-24T21:11:24.9033333+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

  2. 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. Failed_Logins


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.