An Azure service that provides a general-purpose, serverless container platform.
Hi @DT ,
Azure Container Apps automatically manages DNS for the default *.azurecontainerapps.io domain. You do not need to manually create a Private DNS zone.
If VMs in the same VNet cannot resolve the internal FQDN, check:
- Whether the VNet uses Azure DNS (168.63.129.16) or a custom DNS server.
- If using custom DNS, ensure queries for *.azurecontainerapps.io are forwarded to 168.63.129.16.
- Verify that no Private DNS zone exists that overrides azurecontainerapps.io or internal.<region>.azurecontainerapps.io.
- Ensure NSGs or firewalls allow DNS traffic to 168.63.129.16.
Please accept as answer and do a Thumbs-up to upvote this response if you are satisfied with the community help. Your upvote will be beneficial for the community users facing similar issues.