[GitHub Discussions] Integrations documentation gaps
Based on analysis of 820 GitHub discussions from dotnet/aspire.
Question counts:
Integration
Questions
PostgreSQL/SQL Server/MySQL
45+
Redis
15+
Dapr
20+
YARP
12+
Orleans
8+
Custom integrations
25+
Docs That Exist - Verified If They Answer Questions
✅ Questions Answered by Docs
Question
Doc
Section That Answers
How to add PostgreSQL?
postgresql-integration
Full guide with hosting + client
Redis caching setup
redis-integration
Hosting + caching client
Basic Dapr sidecar
dapr-integration
WithDaprSidecar() usage
❌ Questions NOT Answered by Any Doc
Question
Searched Docs
What's Missing
#9925: How to deploy Dapr to production?
dapr-integration
No production/deployment section - ends at client integration
#13542: YARP with Azure Container Apps
None
No YARP integration doc exists
#10841: External PostgreSQL connection
postgresql-integration
Only covers container, not external DBs
#9812: Orleans with Aspire clustering
orleans-integration
Basic setup only, no clustering
#13123: Custom health check intervals
Various
No health check customization docs
dapr-integration - GAP: NO PRODUCTION GUIDANCE
What it covers (verified by reading full doc):
✅ WithDaprSidecar() extension method
✅ DaprSidecarOptions (ports, app ID)
✅ Dashboard integration
✅ Client integration with AddDaprClient()
✅ Service-to-service invocation
What users ask that it DOESN'T cover:
postgresql-integration - GAP: EXTERNAL DATABASES
What it covers:
✅ AddPostgres() container
✅ AddDatabase() for databases
✅ Client integration with EF Core
✅ Health checks
✅ Tracing and metrics
What users ask that it DOESN'T cover:
redis-integration - MOSTLY COMPLETE
What it covers:
✅ Basic hosting
✅ Caching client
✅ StackExchange.Redis client
✅ Health checks
What users ask that it DOESN'T cover:
Critical Gaps - No Documentation Exists
Questions: #13542, #11234, #10432
Status: No YARP documentation
Missing:
YARP reverse proxy with Aspire
YARP routes for microservices
YARP on Azure Container Apps
❌ P1: External Database Connections
Questions: #10841, #9578, #8432
Status: All DB docs focus on containers only
Missing:
Connecting to existing databases
Azure managed databases (Flexible Server, etc.)
Production database patterns
❌ P1: Dapr Production Deployment
Questions: #9925, #8234
Status: dapr-integration is dev-only
Missing:
K8s with Dapr sidecars
ACA with Dapr components
Dapr component configuration
❌ P2: Custom Health Checks
Questions: #13123, #11892
Status: Health checks mentioned but not configurable
Missing:
Custom health check intervals
Health check endpoints customization
Conditional health checks
GitHub Discussions: 820 total, 126 integration-related
Verification method: aspire-get_doc to read actual doc content
Date: February 2026