Process Flow - Functions with queue triggers
Message added to Queue
Queue Trigger detects message
Function starts executing
Function processes message
Function completes successfully
Message removed from Queue
Wait for next message
When a message is added to the queue, the queue trigger detects it and starts the function. The function processes the message and then the message is removed from the queue.