Azure_SQLServers_5
Enable all types of threat detection on SQL servers.
Perform the following in the Azure Console:
Perform the following in Azure PowerShell:
For each Server, set ExcludedDetectionTypes to None.
Set-AzureRmSqlServerThreatDetectionPolicy -ResourceGroupName <resource groupname> -ServerName <server name> -ExcludedDetectionType None
References: