| 1 |
BeforeStart pipeline steps for ordered startup across all compute environments |
feature |
#13780, #16414 |
deployment/pipelines.mdx (extend) |
@eerhardt |
| 2 |
Predefined value catalogs for polyglot AppHosts ([AspireValue]) |
feature |
#16287 |
extensibility/multi-language-integration-authoring.mdx (extend) |
@sebastienros |
| 3 |
Privileged mode support for Docker Compose publishing |
feature |
#16075 |
deployment/docker-compose.mdx (extend) |
|
| 4 |
Customize AKS system node pool VM size |
feature |
#16312 |
integrations/cloud/azure/aks/index.mdx (extend) |
@mitchdenny |
| 5 |
Private endpoint support for Azure Container Registry |
feature |
#16132 |
deployment/azure/ |
@eerhardt |
| 6 |
Dockerfile builder APIs for polyglot AppHosts |
feature |
#15867 |
app-host/withdockerfile.mdx + extensibility/multi-language-integration-authoring.mdx |
@sebastienros |
| 7 |
HTTP command result support for AppHost commands |
feature |
#15664 |
reference/api or fundamentals/http-commands.mdx |
@davidfowl |
| 8 |
Resource commands can return structured results |
feature |
#15622, #15906 |
fundamentals/custom-resource-commands.mdx (extend) |
@davidfowl, @JamesNK |
| 9 |
Unified withEnvironment API for polyglot AppHosts |
feature |
#15649 |
extensibility/multi-language-integration-authoring.mdx |
@sebastienros |
| 10 |
Extension methods for subscribing to app host lifecycle events |
feature |
#14119 |
app-host/eventing.mdx |
|
| 11 |
Exclude management endpoints from default WithReference() (IsDefaultReferenceEndpoint) |
feature |
#15558 |
fundamentals/networking/service-discovery.mdx (extend) |
@danegsta |
| 12 |
API review breaking changes (AKS SKU tier, EF Core ContextTypeName, JS diagnostic ID) |
improvement |
#16674 |
various integration pages |
|
| 13 |
Endpoint property expressions available in polyglot AppHost SDKs |
improvement |
#16540 |
extensibility/multi-language-integration-authoring.mdx |
@sebastienros |
| 14 |
Explicit compute environment binding enforced for multi-environment deployments |
improvement |
#16499, #16411 |
deployment/overview.mdx |
@eerhardt |
| 15 |
Build-time detection of duplicate polyglot capability IDs (ASPIREEXPORT013) |
improvement |
#16530 |
diagnostics/aspireexport013.mdx (new) |
@sebastienros |
| 16 |
Docker Compose API parity for polyglot AppHosts |
improvement |
#16364 |
deployment/docker-compose.mdx + extensibility/multi-language-integration-authoring.mdx |
@sebastienros |
| 17 |
Configurable Azure credential process timeout |
improvement |
#16175 |
deployment/azure/ |
|
| 18 |
ASPIRE_ENVIRONMENT variable support in AppHost |
improvement |
#16098 |
app-host/configuration.mdx (new section) |
@davidfowl |
| 19 |
Automatic HTTPS upgrade for Azure App Service endpoints |
improvement |
#16060 |
deployment/azure/azure-app-service.mdx (extend) |
@davidfowl |
| 20 |
Configurable name validation with NameValidationPolicyAnnotation |
improvement |
#15728 |
extensibility/multi-language-integration-authoring.mdx |
@JamesNK |
| 21 |
Custom domain configuration in polyglot AppHosts for Azure Container Apps |
improvement |
#15811 |
deployment/azure/aca/ + extensibility/multi-language-integration-authoring.mdx |
@sebastienros |
| 22 |
Unified YARP TypeScript route helpers (addRoute/addCatchAllRoute) |
improvement |
#15729 |
extensibility/multi-language-integration-authoring.mdx |
@sebastienros |
| 23 |
Logger property added to ExecuteCommandContext |
improvement |
#15678 |
fundamentals/custom-resource-commands.mdx |
|
| 24 |
Use ASP.NET Core dev cert for DCP to improve certificate trust |
improvement |
#15718 |
app-host/configuration.mdx |
@danegsta |
| 25 |
Export WithAdminDeploymentScriptSubnet for TypeScript polyglot app hosts |
improvement |
#15564 |
extensibility/multi-language-integration-authoring.mdx |
@mitchdenny |
Aspire 13.3 — AppHost conceptual docs gap
This issue tracks 25 AppHost changes shipped in Aspire 13.3 that introduce new APIs, behaviors, or user-visible surfaces with no conceptual documentation in
microsoft/aspire.dev. This issue is scoped to the missing conceptual docs only — the What's New release-notes entries are being handled separately.Source: 13.3 Change log wiki. Audit performed against
release/13.3.The Owner column is the author of the source PR (or first-write-access author if multiple); contributor-only rows are unowned and need to be picked up by the team. Use the Progress checklist below the table to mark items done — GitHub doesn't render checkable checkboxes inside table cells, so the checklist is separate.
Items needing docs
deployment/pipelines.mdx (extend)extensibility/multi-language-integration-authoring.mdx (extend)deployment/docker-compose.mdx (extend)integrations/cloud/azure/aks/index.mdx (extend)deployment/azure/app-host/withdockerfile.mdx + extensibility/multi-language-integration-authoring.mdxreference/api or fundamentals/http-commands.mdxfundamentals/custom-resource-commands.mdx (extend)extensibility/multi-language-integration-authoring.mdxapp-host/eventing.mdxfundamentals/networking/service-discovery.mdx (extend)various integration pagesextensibility/multi-language-integration-authoring.mdxdeployment/overview.mdxdiagnostics/aspireexport013.mdx (new)deployment/docker-compose.mdx + extensibility/multi-language-integration-authoring.mdxdeployment/azure/app-host/configuration.mdx (new section)deployment/azure/azure-app-service.mdx (extend)extensibility/multi-language-integration-authoring.mdxdeployment/azure/aca/ + extensibility/multi-language-integration-authoring.mdxextensibility/multi-language-integration-authoring.mdxfundamentals/custom-resource-commands.mdxapp-host/configuration.mdxextensibility/multi-language-integration-authoring.mdxProgress checklist
1. BeforeStart pipeline steps for ordered startup across all compute environments(does not require conceptual docs) — @eerhardt14. Explicit compute environment binding enforced for multi-environment deployments(does not require conceptual docs) — @eerhardtPer-item rationale and content guidance
1. BeforeStart pipeline steps for ordered startup across all compute environments
deployment/pipelines.mdx (extend)2. Predefined value catalogs for polyglot AppHosts ([AspireValue])
extensibility/multi-language-integration-authoring.mdx (extend)3. Privileged mode support for Docker Compose publishing
deployment/docker-compose.mdx (extend)4. Customize AKS system node pool VM size
integrations/cloud/azure/aks/index.mdx (extend)5. Private endpoint support for Azure Container Registry
deployment/azure/6. Dockerfile builder APIs for polyglot AppHosts
app-host/withdockerfile.mdx + extensibility/multi-language-integration-authoring.mdx7. HTTP command result support for AppHost commands
reference/api or fundamentals/http-commands.mdx8. Resource commands can return structured results
fundamentals/custom-resource-commands.mdx (extend)9. Unified withEnvironment API for polyglot AppHosts
extensibility/multi-language-integration-authoring.mdx10. Extension methods for subscribing to app host lifecycle events
app-host/eventing.mdx11. Exclude management endpoints from default WithReference() (IsDefaultReferenceEndpoint)
fundamentals/networking/service-discovery.mdx (extend)12. API review breaking changes (AKS SKU tier, EF Core ContextTypeName, JS diagnostic ID)
various integration pages13. Endpoint property expressions available in polyglot AppHost SDKs
extensibility/multi-language-integration-authoring.mdx14. Explicit compute environment binding enforced for multi-environment deployments
deployment/overview.mdx15. Build-time detection of duplicate polyglot capability IDs (ASPIREEXPORT013)
diagnostics/aspireexport013.mdx (new)16. Docker Compose API parity for polyglot AppHosts
deployment/docker-compose.mdx + extensibility/multi-language-integration-authoring.mdx17. Configurable Azure credential process timeout
deployment/azure/18. ASPIRE_ENVIRONMENT variable support in AppHost
app-host/configuration.mdx (new section)19. Automatic HTTPS upgrade for Azure App Service endpoints
deployment/azure/azure-app-service.mdx (extend)20. Configurable name validation with NameValidationPolicyAnnotation
extensibility/multi-language-integration-authoring.mdx21. Custom domain configuration in polyglot AppHosts for Azure Container Apps
deployment/azure/aca/ + extensibility/multi-language-integration-authoring.mdx22. Unified YARP TypeScript route helpers (addRoute/addCatchAllRoute)
extensibility/multi-language-integration-authoring.mdx23. Logger property added to ExecuteCommandContext
fundamentals/custom-resource-commands.mdx24. Use ASP.NET Core dev cert for DCP to improve certificate trust
app-host/configuration.mdx25. Export WithAdminDeploymentScriptSubnet for TypeScript polyglot app hosts
extensibility/multi-language-integration-authoring.mdxThis issue was generated from a structured audit of the 13.3 changelog against the
release/13.3branch of aspire.dev.