Azure Event Grid Trigger Function retry on 500
I have created Azure Function of type EventGridTrigger as subscriber to a topic in Event Grid. This function calls the downstream api using rest client. However there could be scenarios where downstream api is not avaialble or there is exceptions…