jonojardim/Queues-and-Azure-Functions
This repo contains the code demo'd during the tech session. The repo contains an Azure Functions project with two functions. One is a HTTP trigger and the other reacts to an entry being created in a Azure Storage Queue. The HTTP trigger will insert an item into the queue, while the second function will take the data inserted into the queue and save it to a SQL database. A simple web page will be included to call the HTTP trigger.
CSSMIT
No issues in this repository yet.