How do I see which IP address are connecting to Azure sql database
I have set Allow Azure services and resources to access this server option as YES
and I want to track which IP address and connecting to my Azure SQL database
How do I see which IP address are connecting to Azure sql database
I have set Allow Azure services and resources to access this server option as YES
and I want to track which IP address and connecting to my Azure SQL database
@AnashwarN-4785 Thank you for reaching out.
To log incoming connections, you will first need to enable auditing on your database.
Then you can use log analytics to query for IP addresses of clients connecting to the database.
This article has the instructions.
Please let us know if you have further questions.
If an answer is helpful, please "Accept answer" or "Up-Vote" which might help other community members reading this thread.
9 people are following this question.