Aspire dashboard should show CosmosDb explorer URL when running locally with an Emulator #3021
Labels
area-integrations
Issues pertaining to Aspire Integrations packages
azure
Issues associated specifically with scenarios tied to using Azure
azure-cosmosdb
Issues related to Azure CosmosDB
Milestone
When adding CosmosDb to Aspire's AppHost and using an Emulator, the docker container with the emulator gets a random host port assigned every time it's started. That port isn't really shown anywhere in the portal:
Would be great if we could add emulators CosmosDb Explorer endpoint in the "Endpoints" column. Would be something like https://localhost:55869/_explorer/index.html with the right port of course, which Aspire already has access to because it's correctly including it in a connection string passed to any project that takes a dependency on the CosmosDb by
WithReference
.The emulator exposes an explorer like this one:
The text was updated successfully, but these errors were encountered: