-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom domain name for Container app #1498
Comments
https://learn.microsoft.com/en-us/azure/container-apps/environment-custom-dns-suffix |
We'll probably have this partially solved with the stuff that @davidfowl is doing around Bicep template support. But the trick will be how we tell the container app to apply the custom domain. This would probably be a good use of metadata. |
As I understands it’s impossible to do with bicep, because there is a step for validation, but it means app should be up an d running. |
This is going to be out of scope for automatic deployment via aspire for GA. |
My first Aspire app is now deployed to production. Yup, this is a problem. Each time we update the deployment, the container loses the custom domain information. Public domain, of course. I'll follow this issue as it is a critical problem that every company will have. |
azd is looking to work around this issue with an opt in feature Azure/azure-dev#3955 |
Until that feature lands, @adanbrownpaca you can use Under ingress, add
Making sure, of course, to replace the single { } with actual values. You can retrieve the certificate ID by using Note that you'll have to do this after the first deployment and manual configuration from portal. There's a wider issue with the Bicep support for ACA that isn't yet fixed that prevents even third party Bicep writing tools to implement this. See microsoft/azure-container-apps#796 |
Thanks @rudiv - will do. |
Or you can use the daily build of azd and test the feature out 😄 |
Two birds... got it! Will do @davidfowl |
Closing in favor of #6271 |
I think we need an option to setup custom domain name for Container app
https://learn.microsoft.com/en-us/azure/container-apps/custom-domains-certificates
The text was updated successfully, but these errors were encountered: