Azure_SQLServers_4
Enable Advanced Data Security on critical SQL Servers.
Perform the following in the Azure Console:
Perform the following in Azure PowerShell:
Enable Advanced Data Security for a SQL Server.
Set-AzureRmSqlServerThreatDetectionPolicy -ResourceGroupName <resource groupname> -ServerName <server name> -EmailAdmins $True
References: