How to add multiple instances (already deployed) to asphost's dashboard? #7376
-
I want to use deployed instances (multiple instances for load balancing) of a webapi from my current solution: builder.AddProject<Projects.Proxy>("proxy") There are 2 scenarios:
What do I need to do for 2nd scenario? I could not find solution and ChatGPT does not provide anything useful either. I have list of names and api endpoints, how to configure AppHost to show them in dashboard? Looking forward to a suggestions! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You have a list of names and endpoints and you would like them to show up in the dashboard? You would need to build a custom resource in order to do that. There's nothing build in for this today, see #2311. Once we add this then it'll be possible to add a remote resource to the dashboard and show the url. How do you intend to debug these remotely running applications? |
Beta Was this translation helpful? Give feedback.
You have a list of names and endpoints and you would like them to show up in the dashboard? You would need to build a custom resource in order to do that. There's nothing build in for this today, see #2311. Once we add this then it'll be possible to add a remote resource to the dashboard and show the url.
How do you intend to debug these remotely running applications?