Cosmos DB emulator with .NET Aspire?
How to hook up my Cosmos DB within .NET 9 Aspire running locally with a local emulator?
Cosmos DB emulator with .NET Aspire?
How to hook up my Cosmos DB within .NET 9 Aspire running locally with a local emulator?
Aspire + CosmosDB Emulator – The SSL connection could not be established
In the default sample Aspire project, I added the CosmosDB Hosting Package Aspire.Hosting.Azure.CosmosDB
in the AppHost, and the CosmosDB Component Aspire.Microsoft.Azure.Cosmos
in the ApiService. I then added logic to seed some data to the CosmosDB and read it back when hitting the /weatherforecast api.