Aspire Service Defaults When to Use This Skill Use this skill when: - Building Aspire-based distributed applications - Need consistent observability (logging, tracing, metrics) across services - Want shared health check configuration - Configuring HttpClient resilience and service discovery --- What is ServiceDefaults? ServiceDefaults is a shared project that provides common configuration for all services in an Aspire application: - OpenTelemetry - Logging, tracing, and metrics - Health Checks - Readiness and liveness endpoints - Service Discovery - Automatic service resolution - HTTP Resilie…