Free Actual Microsoft Azure AZ-204 Actual Exam Questions - Question 9 Discussion
DRAG DROP 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. You plan to configure the website to be accessible through the URL www.contoso.com. The 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. 
I'd add verifying domain ownership right after creating the CNAME record, before enabling the custom domain. It’s crucial to confirm you control the domain to avoid issues later.
First, create the CNAME record for www pointing to storage1.web.core.windows.net in Azure DNS. Then verify domain ownership if needed, followed by enabling the custom domain in the storage account settings. Finally, test access through www.contoso.com to confirm it's working.
Start by creating a CNAME record for www pointing to storage1.web.core.windows.net.
Is there a requirement to use HTTPS for www.contoso.com access?