-
We have an application which when started opens a socket server and waits for TCP connections. This service is booted with multiple replicas. Now in the Aspire Dashboard, I'd like to see the endpoints of the started replicas. (and ideally only after the endpoint is actually reachable, but thats not a must). Is there any way to feed the information under which port the application is reachable back into the Aspire stack? Thanks for any hints / tips, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There's no way to update the list of endpoints for an existing project or container dynamically. Endpoints are determined before the model is started. |
Beta Was this translation helpful? Give feedback.
-
Too bad, but thanks for the update! |
Beta Was this translation helpful? Give feedback.
There's no way to update the list of endpoints for an existing project or container dynamically. Endpoints are determined before the model is started.