The trigger input delivered to a non-HTTP Azure Function.
The shape depends on the binding, the Queue Storage message, the Service Bus message, the Event
Grid/Event Hub event, the Timer info, the Blob, etc. It is kept generic; the handler inspects the
event metadata (which also carries context.triggerMetadata).
The trigger input delivered to a non-HTTP Azure Function.
The shape depends on the binding, the Queue Storage message, the Service Bus message, the Event Grid/Event Hub event, the Timer info, the Blob, etc. It is kept generic; the handler inspects the event metadata (which also carries
context.triggerMetadata).