Name | Role | Ports | Paths | Notes |
---|---|---|---|---|
CCProxy | Yarp Proxy | 5000 | /items | Load config from Consul |
AspireApp.AppHost | Aspire Orchestrator | 15141 (Dashboard) | ||
Aspire.Extensions | Shared Configurations | 15141 (Dashboard) | ||
ItemsApi | Items API | 5010 | /api/items | Health checks, self registered service |
Run demo with .NET Aspire
dotnet run --project AspireApp.AppHost