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