microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
355 stars 27 forks source link

Custom domain does not work as it should #1146

Closed antonioscript closed 2 weeks ago

antonioscript commented 2 months ago

Please provide us with the following information:

This issue is a: (mark with an x)

Issue description

I created an API container and tried to create a custom domain (CNAME and TXT). I followed all the steps and everything seemed to be ok, but the domain is not being pointed to the container URL. And it also doesn't appear in the overview part

Expected behavior:I thought that in the overview section where the URL was changed to the new domain

Actual behavior : But nothing happened, everything seems to be correct, but nothing happens

Screenshots
image Here is the custom domain I set up on my DNS provider

image The domain URL I just added does not appear, the old URL remains image

sczd commented 2 months ago

@antonioscript For information, we also setup custom domain and the Azure portal always shown the default domain only. This is not practical, but I understand it, since the custom domain does not support all features yet, such as a custom domain for each revision (only works with the default domain). However, the portal could display both URLs.

ahmelsayed commented 2 months ago

The URL shown is always the default URL as far as I know. You could have multiple custom domains for the same application, but I guess if there is only one it could show that.

However, the error your seeing in the browser in the last screenshot DNS_PROBE_FINISHED_NXDOMAIN refers to your domain not being found from DNS. Is you're machine using the correct DNS? if this is an internet facing domain, are you sure you can resolve it?

microsoft-github-policy-service[bot] commented 3 weeks ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.