How it works...

We have developed a new queue function that gets triggered when a new message gets added to the queue. We have created a new queue message with all the details required to create the user. You can further reuse the Azure Function code to pass the user object (in this case, myQueueItem) to the database layer class, which is capable of inserting the data into a database or any other persistent medium.