Azure Functions: Merge Algorithm Runtime Comparison (Part 2)
Introduction This is the second part of a three part series on algorithmic runtime comparison. For the full intro to the series check out the first post. Today we will convert an existing HTTP Trigger into a ServiceBusTopic Trigger and use it to pull a message from ServiceBus, write the output of our merge algorithm to Azure Blob Storage and write the performance data to Azure Table Storage. Prerequisites The
[Read More]