How to create custom alerts on T-SQL for bulk updates in azure SQL db and Azure SQL MI.
Currently we can create Alerts in Azure Databade only on Metrics.
My requirement is to create alert on bulk data inserts/updates/deletes on any table in my db as part of audit needs.
Is there any way to add an alert on T-SQL command in Azure SQL or Managed Instance
I have to setup alerts on bulk DML operations on Azure SQL and Azure SQL MI , don't want to use Triggers for performance degradation reasons. I am using Azure Storage account as the place to store logs.