We are setting up some Azure SQL databases that will be accessed by our clients for reporting purposes. When the database is setup in Azure, the SQL server name is in the form server.database.windows.net. Is there some way I can alias the dns name so that it would be something like server.database.contoso.com? This is primarily for "brand recognition" and not hard technical requirement. Would setting up a DNS CNAME work?
Thanks.