Hello,
Welcome to Microsoft Q&A,
You can use Azure SQL Database Auditing to configure auditing in Azure SQL Server or databases. This feature tracks database events and writes them to an audit log in your Azure storage account, Log Analytics workspace, or Event Hubs.
Here are the steps to configure auditing in Azure SQL Server or databases using Azure SQL Database Auditing:
- Create an Azure storage account, Log Analytics workspace, or Event Hubs to store the audit logs.
- Enable auditing for your Azure SQL Server or database using the Azure portal, PowerShell, or Azure CLI.
- Configure the audit logs to be written to your Azure storage account, Log Analytics workspace, or Event Hubs.
- Define the audit actions and groups to be audited.
- Review the audit logs to monitor database activity.
Here is reference document https://learn.microsoft.com/en-us/azure/azure-sql/database/auditing-overview?view=azuresql
YouTube Video- https://youtu.be/HeKDc-ndlYc?si=3QDdruDnBpKpVrBY
Please Upvote and Accept the Answer if it helps!!