Challenge: Applying a Queue Trigger
Explore how to apply a queue trigger in an Azure Function app by linking an HTTP-triggered method to a storage queue-triggered method. Understand how to send messages from an HTTP endpoint to a queue to initiate job processing, while maintaining the original HTTP endpoint behavior.
We'll cover the following...
We'll cover the following...