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