Search code examples
azureazure-sql-databaseaudit

How to filter Azure Auditing


I have enabled Azure Auditing in Azure SQL Database, the audit is capturing all activities in the database and store it in Storage Account. My question is, is there away to configure Azure Audit and filter what to capture and not to capture in the audit?

By default it is capturing DDL, DML, security role, etc and this is tool much information and only wanted to capture security role change, so where do I filter the audit capture as I don't want to filter the data after capture.

Thank you


Solution

  • I afraid that the answer is no, there isn't a way to configure Azure Audit and filter what to capture and not to capture in the audit.

    Azure SQL database Auditing doesn't provide the way to customize the audit actives.

    HTH.