Service Bus Monitoring Azure Service Bus entities with Azure Monitor - Where did my messages go? TL;DR - Azure Service Bus metrics in Azure Monitor have a lifetime. If your entity goes idle, Azure Monitor will start showing '0' as a value after 2 hours.
Scalability Autoscaling your platform with Azure Monitor TL;DR - Autoscaling is a great way to not only optimize your costs but also a flexible way of doing asynchronous processing.We will look at how Azure Monitor Autoscale allows you to define autoscaling rules, what the caveats are and what would
Microsoft Azure Exploring Azure Event Grid - Are Service Bus Topics Dead? TL;DR - In this 3rd and last article on Azure Event Grid, we'll have a look at how this relates to Azure Service Bus Topics and why they are still relevant. Read my introduction on Azure Event Grid here. No, Service Bus Topic
Microsoft Azure Automatically dead-letter expired messages in Azure Service Bus & how it works TL;DR - Automatically expiring messages in Service Bus is a nice feature but you have to be aware that it does not "automatically" move expired messages to the dead-letter queue. In some scenarios this can cause reliability loss. Lately my team