private static async Task HandleAlertResolved()

in Azure WAF/Alert - Process Azure FrontDoor Alerts/ProcessAFDAlerts.cs [92:96]


        private static async Task HandleAlertResolved(ILogger log, AlertInfo alertInfo)
        {
            // 1. Delete/disable the country specific rules from the WAF policy
            await UpdateLinkedWafPolicy(alertInfo, log, null, true).ConfigureAwait(false);
        }