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.