This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
Validate Azure Event Grid events in batches #185
Labels
enhancement
All issues related to enhancement of a current feature
event-grid-events
All issues related to Azure Event Grid events
event-grid-webapi-security
All issues related to Azure Event Grid Web API security
Milestone
Is your feature request related to a problem? Please describe.
When validating Azure Event Grid events, we only allow a single event in the HTTP request body. When events are batched, this will result in a
Bad Request
.What feature would you like to have?
We should consider supporting batched events where the HTTP response is also a batch of
SubscriptionValidationResponse
instances.Additional context
References with TODO
The text was updated successfully, but these errors were encountered: