Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
As detailed in #13464, I had an issue where OpenAI status was causing the resource to not start. While I could see that the resource was marked unhealthy, I had no information as to what was going on.
The console logs in the dashboard for the open ai resource are empty.
I was able to figure out what was happening by switching from aspire run to dotnet run. Then was able to see the requests to the open ai status page, search the aspire github repo using the url and find the logic that was causing the health check to fail.
Describe the solution you'd like
Show the health check requests in the datshboard logs for the open ai resource.
Additional context
No response