
Answer-first summary for fast verification
Answer: Create a DNS record
The correct answer is A. To add a custom domain to webapp1, the first step is to create a DNS record. You can use either a CNAME record or an A record to map a custom DNS name to the Azure App Service. CNAME records are typically used for mapping custom DNS names, while A records are used for root domains. This setup allows the custom domain (www.contoso.com) to point to the web app.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In an Azure subscription with a web app named webapp1, what is the initial step required to add a custom domain www.contoso.com?
A
Create a DNS record
B
Add a connection string
C
Upload a certificate
D
Stop the web app