exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 2 question 51 discussion

Actual exam question from Microsoft's AZ-204
Question #: 51
Topic #: 2
[All AZ-204 Questions]

DRAG DROP
-

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

The microservices must allow 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? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
andrewnm
Highly Voted 1 year, 9 months ago
from my understanding of https://learn.microsoft.com/en-us/azure/container-apps/custom-domains-certificates 1) Enable Ingress == step 2 2) Add the custom domain name == step 4 3) Bind certificate == steps 5 to 11 4) Add DNS records to the domain provider == 12 to 14 5) Validate the custom domain name == step 15 Using similar questions as a basis, I'm assuming that "Add the custom.." means click the button and not step 16 "Once validation succeeds, select the Add button" Not very clear.
upvoted 44 times
fuji36850
11 months, 3 weeks ago
You need to have DNS records first to validate if its working
upvoted 3 times
...
75daltonic
1 year, 9 months ago
This question is $%&#*!!! If you follow the steps in https://learn.microsoft.com/en-us/azure/container-apps/custom-domains-certificates, you have to validate the domain name twice. In some videos, as @Desniskam has posted, you can see that first of all you fill the domain name and after it, you click on validate button. Then, other configuration options appears. After filling all other configurations, you have to click on validate button again. My doubt is that I have watched some videos and it is different for app services, web app, etc. I haven't found a container example, so I will follow microsoft learn steps, with validating as last step.
upvoted 1 times
...
andrewnm
1 year, 9 months ago
Occurs to me that steps 5-11 adding the cert maybe irrelevant and binding the cert is actually the last step, based on what you click in the UI.. so I'd revise that to: 1) Enable Ingress 2) Add the custom domain name 3) Add DNS records to the domain provider 4) Validate the custom domain name 5) Bind certificate, Still not clear!
upvoted 7 times
...
...
Papee
Highly Voted 1 year, 9 months ago
1. Enable ingress: Enable ingress for the Azure Container Apps. This allows external traffic to reach the microservices. 2. Add the custom domain name: Add the custom domain name that you want to use for HTTPS access to your Azure Container Apps. 3. Add DNS records to the domain provider: After adding the custom domain name in Azure Container Apps, you need to add the required DNS records (such as CNAME or A records) to your domain provider's DNS settings. This step is essential for directing traffic from the custom domain to your Azure Container Apps. 4. Validate the custom domain name (after adding the dns records to the provider): After adding the DNS records to the domain provider, you need to validate the custom domain name in Azure Container Apps. This step ensures that the DNS records are correctly configured and the domain is pointing to your Azure Container Apps. 5. Bind the certificate (only enabled after finishing the validation): Once the custom domain name is validated, you can bind the SSL/TLS certificate to enable HTTPS access for the custom domain.
upvoted 33 times
neelkanths
1 year ago
how come this answer comes - while clearly it mentions certificate is added before adding dns records?
upvoted 1 times
...
...
Thameur01
Most Recent 4 weeks, 1 day ago
Enable ingress – Enables external HTTP/HTTPS traffic to your Container App. Add the custom domain name – Specify the custom domain in your Azure Container App settings. Add DNS records to the domain provider – Add CNAME or A records to your DNS provider so that Azure can validate the domain. Validate the custom domain name – Azure verifies that the domain is correctly pointed to your app. Bind the certificate – Attach an SSL certificate to enable HTTPS access.
upvoted 1 times
...
VithobaS
3 months, 1 week ago
1.Ingress must be enabled first to allow external access. 2.Adding the custom domain to the Azure Container App is required before mapping DNS. 3.DNS records must be updated at the domain provider to point the domain to the app. 4.Validation ensures the DNS changes have propagated and the domain is correctly linked. 5.Finally, binding a certificate enables HTTPS for secure access.
upvoted 1 times
...
neelkanths
1 year ago
Per copilot - To configure a custom domain in Azure Container Apps and allow HTTPS access, you should perform the actions in the following order: 1) Enable Ingress: This will allow external access to your microservices. 2) Add custom domain name: You need to specify the custom domain that you want to use for your microservices. 3) Bind the certificate: This is necessary for enabling HTTPS. You need to bind the SSL/TLS certificate to your custom domain. 4) Add DNS Records to the domain provider: This will point your custom domain to the IP address of your Azure Container Apps. 5) Validate the custom domain name: This is the final step to ensure that your custom domain has been properly configured and is accessible.
upvoted 3 times
...
neelkanths
1 year ago
given answer is correct
upvoted 1 times
...
manopeydakon
1 year, 3 months ago
Navigate to your container app in the Azure portal Verify that your app has ingress enabled by selecting Ingress in the Settings section. If ingress is not enabled, enable it with these steps: Set HTTP Ingress to Enabled. = 1 Select the desired Ingress traffic setting. Enter the Target port. Select Save. Under the Settings section, select Custom domains. Select the Add custom domain button. In the Add custom domain and certificate window, in TLS/SSL certificate, select Bring your own certificate. = 2 In domain, enter the domain you want to add. Select Add a certificate. = 3 In the Add certificate window, in Certificate name, enter a name for this certificate. In Certificate file section, browse for the certificate file you want to upload. Select Validate. = 4 Once validation succeeds, select Add. In the Add custom domain and certificate window, in Certificate, select the certificate you just added. = 5 Select the Hostname record type based on the type of your domain.
upvoted 2 times
...
AzDeveloper
1 year, 4 months ago
1. Enable ingress. 2. Add the custom domain name. 3. Bind the certificate. 4. Add DNS records to the domain provider. 5. Validate the custom domain name. According to "Custom domain names and bring your own certificates in Azure Container Apps" article. https://learn.microsoft.com/en-us/azure/container-apps/custom-domains-certificates
upvoted 4 times
...
Weam
1 year, 4 months ago
another useful link with screenshots: https://www.examtopics.com/exams/microsoft/az-204/view/9/ Answer: 1) enable ingress 2) Add custom domain name 3) bind certificate 4) Add DNS records to doman provider 5) validate
upvoted 4 times
...
dddddd111
1 year, 5 months ago
Latest correct answer based on this link https://learn.microsoft.com/en-us/azure/container-apps/custom-domains-certificates Please look at No.2, No. 4, No.7, No. 10, No.14 --> This is the correct order. Note: No. 15 is validating the DNS not the CDN. Correct answer. 1. Enable Ingress 2. Add the custom domain name 3. Bind certificate 4. Validate the custom domain name 5. Add DNS records to the domain provider
upvoted 11 times
...
Vukile
1 year, 5 months ago
On exam 9 Nov 2023, went with given answer, socre 865. Case Study: Farmers and Distributors
upvoted 3 times
...
Venusmappi
1 year, 6 months ago
1) Enable Ingress 2) Add the custom domain name 3) Add DNS records to the domain provider 4) Validate the custom domain name 5) Bind certificate
upvoted 2 times
...
HimGarg
1 year, 6 months ago
Why fixed order is required. You can do it in different ways.
upvoted 2 times
...
NicolasMous
1 year, 7 months ago
The correct answer is: 1. Enable ingress 2. Add the custom domain name 3. Bind the certificate 4. Add DNS records to the domain provider 5. Validate the custom domain name Explanation: -Enable ingress: This is the first step as it allows HTTP access to your container app. -Add the custom domain name: After enabling ingress, you can add the custom domain name to your container app. -Bind the certificate: Once the custom domain name is added, you can bind the certificate to it. This can be a certificate you upload or a free managed certificate provided by Azure. -Add DNS records to the domain provider: After binding the certificate, you need to add DNS records to your domain provider. This points the domain to your container app and verifies that you own it. -Validate the custom domain name: Finally, you validate the custom domain name. This ensures that the DNS records have been correctly configured and that the domain correctly points to your container app.
upvoted 7 times
Hasti123
1 year, 7 months ago
100% right
upvoted 1 times
...
...
Kanasan
1 year, 8 months ago
1. Enable ingress 2. Add the custom domain name 3. Bind the certificate 4. Add DNS records to the domain provider 5. Validate the custom domain name https://learn.microsoft.com/en-us/azure/container-apps/custom-domains-certificates First validation is for certification, not for a custom domain name. So, I put the validation step as the last one, because we validate the custom domain at the end.
upvoted 3 times
...
longnguyendh
1 year, 9 months ago
https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain?tabs=root%2Cazurecli I think that It should be 1) Add the custom domain name 2) Bind certificate 3) Validate the custom domain name 4) Add DNS records to the domain provider 5) Enable Ingress
upvoted 2 times
1CY1
10 months, 1 week ago
Enable Ingress must be first to allow access to the container.
upvoted 1 times
...
...
[Removed]
1 year, 9 months ago
Given answer is 100% incorrect. This feature is quite new and i never itied it before. But it should be: 1) Enable Ingress 2) Add the custom domain name 3) Bind certificate 4) Add DNS records to the domain provider 5) Validate the custom domain name https://learn.microsoft.com/en-us/azure/container-apps/custom-domains-certificates
upvoted 6 times
Brandon902
1 year, 9 months ago
I get the same steps when following that documentation.
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago