Category: AzureEventHub

  • Azure EventHubs in Aspire on local PC

    In this exercise, I focused on only one Azure resource: Azure Event Hubs. My goal was simple: run Event Hubs locally as an emulator, connect a console client project to it through .NET Aspire, and validate that the client can send and receive an event end-to-end. How it looks like This is the Aspire How…