Blog Tags
azure
-
Don’t Let Your Service Bus Queue You Up for a Surprise!
A few months ago, I shared my journey of using Azure Service Bus message sessions to handle a data integrity issue within our system. The shift…
-
Integrating Azure Key Vault with .NET Aspire for Local Development: Secure Secrets via Environment Variables
In my previous post, we explored how .NET Aspire simplifies the orchestration of a distributed application, streamlining our local development experience. We saw how it manages…
-
Diving into .NET Aspire: Simplifying Distributed Application Development
Microsoft unveiled .NET Aspire back in November 2023 and I recently had my first encounter with it while working on a project. My prior focus had…
-
Beyond FIFO: What I Learned About Azure Service Bus Message Sessions
During our ongoing integration work with Kubernetes and Azure Service Bus, we’ve encountered a message processing conflict. During peak traffic, Kubernetes’ dynamic scaling led to multiple…