Managing Event Hub Data: Effective Strategies for Clearing Messages

a black and white photo of a building

Azure Event Hubs are designed as an immutable, append-only store for events. Once events are ingested, they remain available until the retention period expires. This approach is ideal for high-throughput and reliable streaming, but it also means that individual message deletion is not supported. Instead, the available options focus on managing data lifecycle through retention

Keeping Your .NET App Configuration Fresh with Azure App Configuration

six clear glass mason jars filled with juice on black table

Managing application settings is critical for modern applications, especially when your app needs to adapt dynamically to changes without redeployment. In this blog post, I’ll share how you can use Azure App Configuration in a .NET application to keep your configuration fresh, reliable, and responsive to change. When working with Azure App Configuration, you can