custom domain using the Set-AzureWebsite cmdlet as shown here.
Set-AZureWebsite -Name "contoso-web" -HostNames @(www.contoso.com, "contoso.com")
Note : Custom domains are not supported in the free tier of Azure Websites.
Set-AZureWebsite -Name "contoso-web" -HostNames @(www.contoso.com, "contoso.com")
Note : Custom domains are not supported in the free tier of Azure Websites.