Azure_SQLServers_7
Enable service and co-administrators to receive security alerts from the SQL server.
Perform the following in the Azure Console:
Perform the following in Azure PowerShell:
For each Server, enable Email service and co-administrators.
Set-AzureRmSqlServerThreatDetectionPolicy -ResourceGroupName <resource groupname> -ServerName <server name> -EmailAdmins $True
References: