November 2018
Intermediate to advanced
424 pages
10h 55m
English
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 that are 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.