Category: Aspire
-
Aspire Port–part 1–idea
I work cu Aspire, One of the problem that I see is that some of extensions are needing a port – and , if not, they are allocating a random one. I need sometimes to have the SAME number port allocated every time. But I got tired to hardcode the port – and I wish…
-
Azure Storage Queues with Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure Storage Queues. My goal was simple: run Queue Storage locally with the emulator, connect a console client project to it through .NET Aspire, and validate that the client can enqueue and dequeue a message end-to-end. AzureQueues How it looks like This is the ASPIRE…
-
Azure Storage Tables with Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure Storage Tables. My goal was simple: run Table Storage locally with the emulator, connect a console client project to it through .NET Aspire, and validate that the client can create a table and read/write an entity end-to-end. How it looks like This is the…
-
Azure App Configuration with Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure App Configuration. My goal was simple: run App Configuration locally as an emulator, connect a console client project to it through .NET Aspire, and validate that the client can write and read configuration values end-to-end. How it looks like This is the App Configuration…
-
Azure Foundry in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Foundry with Local AI Models. My goal was simple: run a local AI model (Phi-3.5Mini) using Foundry, connect a console client project to it through .NET Aspire, and validate that the client can send a chat prompt and stream back AI responses end-to-end. How it…
-
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…
-
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…
-
Azure Cache Redis in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure Managed Redis. My goal was simple: run Redis locally as a container, connect a console client project to it through .NET Aspire with access key authentication, and validate that the client can set and retrieve cache values end-to-end. How it looks like This is…
-
Azure Storage Blobs in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure Storage (Blob Storage). My goal was simple: run Blob Storage locally using the emulator, connect a console client project to it through .NET Aspire, and validate that the client can create a blob container end-to-end. How it looks like This is the Azure Storage…
-
Azure PostgreSQL Flexible in Aspire on Local PC
In this exercise, I focused on only one Azure resource: Azure PostgreSQL Flexible Server. My goal was simple: run PostgreSQL locally, connect a console client project to it through .NET Aspire, and validate that the client can open a database connection end-to-end. How it looks like This is the PostgreSQL container / database view How…