I\'m migrating a pretty serious multi-tenant application to Azure, and one of the challenges I see coming is that it hosts over a hundred domains.
On the Azure side
you can use -
Set-AzureWebsite -Name "ramisample" -HostNames @('www.abc.com', 'abc.com')
Make sure you point the CNAME records before adding them as domains.