Challenge: Applying a Queue Trigger
Apply your knowledge by redirecting the output from an HTTP trigger function to a storage queue.
We'll cover the following...
Overview
In this challenge, you’ll be applying a queue trigger in a function app. You’ll be placing a message on the queue from an HTTP trigger so it can invoke a separate function method. ...