Microsoft Certified Azure Developer Associate · Free Practice Question Easy
Question 1
You have an Azure Container Instance with the DNS label "mycontainer". What is the public Fully-Qualified Domain Name (FQDN) for that instance?
- A azurecontainer.io/mycontainer
- B mycontainer.container.azure.com
- C mycontainer.(azureregion).azurecontainer.io
- D mycontainer.azurecontainer.io
Reveal correct answer
Correct answer: C
Explanation
Azure Container Instances enables exposing your container groups directly to the internet with an IP address and a fully qualified domain name (FQDN). When you create a container instance, you can specify a custom DNS name label so your application is reachable at customlabel.azureregion.azurecontainer.io. Refer to Microsoft Doc: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-overviewDiscussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
