Monitoring Azure database firewall rules - would Purview work?

Chethan S 96 Reputation points
2022-05-23T09:28:52.903+00:00

I have been looking for a solution, preferably native, to monitor changes to firewall rules across multiple Azure SQL databases hosted on different Azure SQL servers. While Azure Policy seemed to fit the bill initially, it later turned out to be okayish, that too only for Azure SQL servers. Today, I came across Purview, showcased as a data governance solution. I managed to set up a Purview account and hooked up a database to be scanned. The scan rules didn't offer much customizability and it wasn't clear to me what it actually scans - does it just look for stray IP addresses across the database? I could not decipher much from the results for my use case either.

Is there any way to achieve my objective using Purview? I am also open to other suggestions to achieve it.

Azure SQL Database
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
799 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
948 questions
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 32,896 Reputation points MVP
    2022-05-23T13:57:29.597+00:00

    You can use Azure Monitor to monitor any Azure SQL firewall changes and you can do more than that as you can even revert them using and Azure Logic and Azure Function as explained on this article.

    Excerpt from the article:

    "The easiest way to do this is to navigate to a given Azure SQL Server, open the Activity Log, and select an entry to create an alert on. The Activity Log entry should be Whenever the Activity Log has an event with Category=’Administrative’, Level=’informational’, Status=’succeeded’ and targeting an Azure SQL Server. "

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful