Further reading
To learn more about the topics that were discussed in this chapter, please refer to the following links:
- .NET Aspire Azure Blob Storage component: https://learn.microsoft.com/en-us/dotnet/aspire/storage/azure-storage-blobs-component
- .NET Aspire Azure Queue Storage component: https://learn.microsoft.com/en-us/dotnet/aspire/storage/azure-storage-queues-component
- Azure Event Hubs documentation: https://learn.microsoft.com/en-us/azure/event-hubs/
- .NET Aspire Azure Event Hubs component: https://github.com/dotnet/aspire/tree/main/src/Aspire.Hosting.Azure.EventHubs
- .NET Aspire Azure Service Bus component: https://learn.microsoft.com/en-us/dotnet/aspire/messaging/azure-service-bus-component
- .NET Aspire RabbitMQ component: https://learn.microsoft.com/en-us/dotnet/aspire/messaging/rabbitmq-client-component
- .NET Aspire Apache Kafka component: https://learn.microsoft.com/en-us/dotnet/aspire/messaging/kafka-component
- Apache Kafka .NET Client:...