You are configuring a custom domain for a publicly accessible Azure Container App. You want to secure the custom domain with an SSL/TLS certificate.
In which sequence must you perform the steps to successfully configure and secure the custom domain?
- 1Retrieve the custom domain verification code and default fully qualified domain name (FQDN) from the Azure Container App.
- 2Configure the TXT verification record and CNAME record in your DNS provider.
- 3Add and verify the custom domain in the Azure Container App configuration.
- 4Associate a managed or uploaded SSL/TLS certificate with the custom domain.
Answer
The correct sequence is: first retrieve the domain verification code and FQDN from the Container App, next configure the TXT verification and CNAME records in your DNS provider, then add and verify the custom domain in the Container App, and finally bind the SSL/TLS certificate.
To successfully configure and secure a custom domain on Azure Container Apps, you must start by retrieving the unique verification code (asuid) and default FQDN. This allows you to create the required TXT verification and CNAME routing records in your DNS provider. Once the DNS records are active, you add the custom domain to the Container App, which triggers ownership verification. Finally, you secure the configuration by binding an SSL/TLS certificate.
Step-by-Step Solution
Key Concept
Custom domain configuration and verification sequence on Azure Container Apps
Estimated Time:2m 0s