Azure EventGrid moving the Events to Dead-letter queue without retry.
But I am seeing the following reason:
"deadLetterReason": "UndeliverableDueToClientError" "deliveryAttempts": 1 "lastDeliveryOutcome": "Probation" "lastHttpStatusCode": 0
Please help me to understand the dead letter reason attributes.
deliveryAttempts = 1 Why EventGrid is not retying when Destination is put in probation? Can we do any config settings to ask the EventGrid to retry before moving the Events to Dead-letter queue.
lastHttpStatusCode = 0 What's this means?