Dead-Letter Queue Monitoring with Azure Functions
Some time ago I posted an article about how to monitor poison queues of Azure Storage. Recently I created a similar solution for Azure Service Bus queues which I would like to share here...
Some time ago I posted an article about how to monitor poison queues of Azure Storage. Recently I created a similar solution for Azure Service Bus queues which I would like to share here...
Terraform is a fantastic tool for concisely defining and creating cloud resources. Learn how to easily create an Azure Function App within your CI pipeline. (Blogpost by Daniel Oliver)
This session gives a good overview how to use the Durable Functions extensions for Azure Functions as an orchestrator on your serverless Microsoft Azure solutions. It shows by real life examples how to build...
Last week I had a talk at the microXchg conference in Berlin about the Azure Functions Durable Extensions. I prepared a sample to show some of the great features of Durable Functions “in action”....
Some time ago I started researching about the options to monitor poison queues on Azure Storage in order to detect processing problems. I stumbled upon the great article by John Downs inspiring me to...