The docs are a little lite on examples of Azure Functions using Azure Storage Blobs, so I took a couple of hours and created a few more examples that I will share in this article. The code can be found at https://github.com/mattruma/MJR061. You will first want to create the resources in Azure, follow the instructions…
Category: Azure Functions
Posted on
Adventures in Azure: Curbside Pickup Sample App
Posted on
Adventures with Azure: Security, Azure Functions and Azure API Management
Posted on
Adventures with Durable Functions: Error Handling and Retries
Posted on
Normally I use, and recommend, Logic Apps for orchestration, but I recently had an ask for sample code of a Durable Function that demonstrated error handling and retry logic. The code for this article can be found at https://github.com/mattruma/MJR047. Using the Azure Storage Emulator I created two queues, one called sayhello and another called sayhello-poison,…
Adventures with Azure: Azure SQL and Access Tokens – Part 1
Posted on