Microsoft Exam Questions

Which three actions should you perform?

You manage an Azure web app in standard service tier at the following address: contoso.azurewebsites.net
Your company has a new domain for the site named www.contoso.com that must be accessible by secure
socket layer(SSL) encryption.
You need to add a custom domain to the Azure web app and assign an SSL certificate.
Which three actions should you perform? Each correct answer presents part of the solution.

A.
Add SSL binding for the www.contosco.com domain with the IP-based SSL option selected.

B.
Create a CNAME record from www.contoso.com to contoso.azurewebsites.net.

C.
Create a new file that will redirect the site to the new URL and upload it to the Azure Web site.

D.
Add SSL binding for the www.contoso.com domain with the server Name indication (SNL)SSL option
selected.

E.
Add www.contoso.com to the list of domain names as a custom domain.

Explanation:
Step 1: When adding a CNAME record, you must set the Host Name field to the sub-domain you wish to use.
For example, www. You must set the Address field to the .azurewebsites.netdomain name of your Azure
Website. For example, contoso.azurwebsites.net.
* Step 2: Modify the service definition and configuration files
Your application must be configured to use the certificate, and an HTTPS endpoint must be added. As a result,
the service definition and service configuration files need to be updated.
* Step 3:
IP based SSL associates a certificate with a domain name by mapping the dedicated public IP address of the
server to the domain name. This requires each domain name (contoso.com,
fabricam.com, etc.) associated with your service to have a dedicated IP address. This is the traditional method
of associating SSL certificates with a web server.