Microsoft
AZ-104 · Question #583
You have an Azure subscription that contains a web app named webapp1. What should you do first?
The correct answer is A. Create a DNS record.. You can use either a CNAME record or an A record to map a custom DNS name to App Service. You should use CNAME records for all custom DNS names except root domains (for example, contoso.com). For root domains, use A records. https://docs.microsoft.com/en-us/Azure/app-service/app-
Submitted by ngozi_ng· Mar 4, 2026Deploy and manage Azure compute resources
Question
You have an Azure subscription that contains a web app named webapp1. What should you do first?
Options
- ACreate a DNS record.
- BAdd a connection string.
- CUpload a certificate.
- DStop webapp1.
How the community answered
(13 responses)- A85% (11)
- B8% (1)
- C8% (1)
Explanation
You can use either a CNAME record or an A record to map a custom DNS name to App Service. You should use CNAME records for all custom DNS names except root domains (for example, contoso.com). For root domains, use A records. https://docs.microsoft.com/en-us/Azure/app-service/app-service-web-tutorial-custom-domain
Community Discussion
No community discussion yet for this question.