B: You can configure Azure DNS to host a custom domain for your web apps. For example, you can create an Azure web app and have your users access it using either www.contoso.com or contoso.com as a fully qualified domain name (FQDN). To do this, you have to create three records: A root "A" record pointing to contoso.com A root "TXT" record for verification A "CNAME" record for the www name that points to the A record F: To use HTTPS, you need to upload a PFX file to the Azure Web App. The PFX file will contain the SSL certificate required for HTTPS. References: https://docs.microsoft.com/en-us/azure/dns/dns-web-sites-custom- Domain