You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Is your feature request related to a problem? Please describe the problem.
I'm trying to work out how to implement a custom domain when publishing to container apps - the documentation isn't really there but I can see there's been a bit of work to try and get something backported for 9.0 (using the PublishAsContainerApp / ConfigureCustomDomain methods.
I'm not sure if it's a gap, or whether I've not got the full story around the documentation but the journey for publishing an aspire app in a CI/CD pipeline wouldn't allow the ability to call azd provision without specifying custom publish parameters. It feels like if you want to use CI/CD you would be better off using the feature flag from azd: azd config set alpha.aca.persistDomains on (Azure/azure-dev#3955)
In any case, could we document the current recommended approach for custom domains somewhere? Potentially considering CI/CD scenarios, as well as the roadmap for this area generally so we can make some good design decisions upfront 😄