In this recipe, we will do the following:
- Develop a console application using C# that connects to the storage account and creates queue messages in the queue named myqueuemessages
- Create an Azure Function queue trigger named ProcessData that is fired whenever a new message is added to the queue named myqueuemessages