Microsoft Azure Administrator Associate AZ-104 Practice Question
You are an Azure administrator for a company that hosts a web application on Azure App Service. The application currently uses the default azurewebsites.net domain. The company wants to use a custom domain (www.contoso.com) and enable secure data transmission without purchasing additional certificates. What should you do to accomplish this?
Configure a Traffic Manager profile to route traffic to the App Service, and enable secure connections in Traffic Manager.
Purchase a security certificate from a third-party provider, upload it to the App Service, and bind it to the custom domain.
Create an Azure DNS Zone for the domain, add an A record pointing to the App Service IP address, and enable secure connections.
Add the custom domain in the App Service, create a CNAME record pointing to the App Service URL, and enable secure connections using the free App Service Managed Certificate.