When we delete elastic pool in Azure environment, Alerts associated with the elastic pool are not getting deleted.
I see they are getting disabled. does anyone know if this is expected or a bug?
FYI: List of Disabled Alerts Get-AzureRmAlertRule -ResourceGroup "resourcegroupname" -DetailedOutput | Where-Object {$.Name -like "filterCriteria*" -and $.Properties.Status -ne "Enabled"} | select Name