nerdexam
Microsoft

AZ-204 · Question #584

Drag and Drop Question You have a static website hosted in an Azure Storage account named storage1. You access the website by using a URL that ends with the web.core.windows.net suffix. website must…

The correct answer is Identify the host name of the storage endpoint of the website.; Create a CNAME record awverify.contoso.com in Azure DNS.; Set the custom domain name of storage1 to www.contoso.com.; Create a CNAME record www.contoso.com in Azure DNS. The correct sequence follows Azure's indirect CNAME method for mapping a custom domain to a static website without downtime: first identify the storage endpoint hostname, then create an interim 'awverify' CNAME record in Azure DNS to prove domain ownership without disrupting…

Submitted by yuriko_h· Mar 30, 2026Configure and manage virtual networking / Implement and manage storage accounts - specifically mapping custom domains to Azure Storage static websites using Azure DNS

Question

Drag and Drop Question You have a static website hosted in an Azure Storage account named storage1. You access the website by using a URL that ends with the web.core.windows.net suffix. website must be accessible during configuration. The contoso.com zone is hosted in Azure DNS. You need to complete the website configuration. Which four actions should you perform in sequence? To answer, move the appropriate domain name configuration steps from the list of domain name configuration steps to the answer area and arrange them in the correct order. Answer:

Exhibit

AZ-204 question #584 exhibit

Answer Area

Drag items

Create a CNAME record awverify.contoso.com in Azure DNS.Set the custom domain name of storage1 to www.contoso.com.Identify the host name of the storage endpoint of the website.Create an A record awverify.contoso.com in Azure DNS.Create a CNAME record www.contoso.com in Azure DNS.

Correct arrangement

  • Identify the host name of the storage endpoint of the website.
  • Create a CNAME record awverify.contoso.com in Azure DNS.
  • Set the custom domain name of storage1 to www.contoso.com.
  • Create a CNAME record www.contoso.com in Azure DNS.

Explanation

The correct sequence follows Azure's indirect CNAME method for mapping a custom domain to a static website without downtime: first identify the storage endpoint hostname, then create an interim 'awverify' CNAME record in Azure DNS to prove domain ownership without disrupting the live site, then set the custom domain on the storage account, and finally create the www CNAME record pointing to the storage endpoint. The 'awverify' subdomain is Azure's mechanism to validate domain ownership before the actual cutover, ensuring the website remains accessible throughout the process. An A record is not used here because static website endpoints use hostnames (not IPs), requiring CNAME records for proper DNS resolution.

Topics

#Azure Storage Static Websites#Azure DNS#Custom Domain Mapping#CNAME Records

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice