How come in the Trigger and Binding table, the Events, Queues and Topics are only listed as Triggers and Output, but not Input?
When invoking a Queue-triggered function, the function is provided the value of the item that caused the trigger to be invoked. This is the same behavior for a Blob, which does have trigger, input and output.
Just looking for clarification, as I might be misunderstanding something.