QuestionQ5

Develop containerized solutions on Azure

You are developing several microservices to run on Azure Container Apps.

The microservices must permit HTTPS access by using a custom domain.

You need to configure the custom domain in Azure Container Apps.

In which order should you perform the actions?

Drag & Drop
Add the custom domain name.
Bind the certificate.
Enable ingress.
Validate the custom domain name.
Add DNS records to the domain provider.
Explanation

Azure Container Apps requires ingress for a custom-domain endpoint. Adding the domain provides the values used to create the required DNS ownership and routing records. Azure can validate the domain only after those records resolve, and a TLS certificate is bound after validation succeeds to enable HTTPS.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!