The QueueTrigger
makes it incredibly easy to react to new Queues inside of Azure Queue Storage. This sample demonstrates a simple use case of processing data from a given Queue using C#.
For a QueueTrigger
to work, you provide a path which dictates where the queue messages are located inside your container.
Documentation