-
Notifications
You must be signed in to change notification settings - Fork 746
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
var redis = builder.AddRedis("cache");
var externalService = builder
.AddExternalService("external-service", "https://microsoft.com")
.WithParentRelationship(redis);The relationship is not represented in the resource table:
However the graph shows this is defined:
Expected Behavior
In the dashboard the external service should be displayed as a child of the redis resource.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
Aspire 9.4
Metadata
Metadata
Assignees
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication