An Azure service that provides an event-driven serverless compute platform.
@AzureSDE The Event Schema received by the configured endpoints is always an array and when leveraging output batching, there are more than one event in the received payload. But the Event Grid Trigger invokes your function once for each event unless you are binding to an array.
Also, note that batching is not guaranteed to include the max number of events configured, especially with low event rates.