How detecting the failed login attempts to a Synapse Analytics serverless SQL pool

pmscorca 987 Reputation points
2024-09-05T06:43:30.4933333+00:00

Hi,

I need to know how detecting and analyzing the failed login attempts to a Synapse serverless SQL pool.

Does it exist a step-by-step procedure to follow in order to accomplish a such task, please? Thanks

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,858 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Smaran Thoomu 14,870 Reputation points Microsoft Vendor
    2024-09-05T21:15:20.4766667+00:00

    Hi @pmscorca

    Thanks for the question and using MS Q&A platform.

    Detecting and analyzing failed login attempts to a Synapse Analytics serverless SQL pool is important for security and auditing. From what I know, you can use Azure Monitor to track login attempts, but it may not provide in-depth analysis. If you need more detailed insights, this might not be enough. Here are the steps to follow:

    1. In the Azure portal, navigate to your Synapse workspace.
    2. In the left-hand menu, click on "Monitoring".
    3. Click on "Metrics" and select the "Built-in SQL pool" resource type.
    4. Select the "BuiltinSqlPoolLoginAttempts" metric.
    5. Choose the time range for which you want to view the data.
    6. You can filter the data by selecting the "Result" dimension and choosing "Failed".
    7. You can also group the data by selecting the "Client IP" dimension to see which IP addresses are attempting to log in.

    User's image

    For more information you can refer this official doc: Azure Synapse Analytics monitoring data reference

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


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.