Reputation: 866
Our website is hosted in Windows Azure with default domain name (xxx.azurewebsites.net). We use SendGrid to send emails. We want to whitelabel email links. This page shows how to white label email links. but it looks I need to add CNAME records to subdomain. How can I add CNAME recoreds or subdomain to azure default domain name? Is it possible to do it with default azure domain name?
Upvotes: 2
Views: 577
Reputation: 27962
How can I add CNAME recoreds or subdomain to azure default domain name? Is it possible to do it with default azure domain name?
We can’t add subdomain or CNAME recoreds to azurewebsites.net, because we are not the owner of azurewebsites.net.
We could only add subdomain or CNAME on our own domain, so I suggest you could try to buy one and map it to your web application.
More details about how to use custom domain in azure, you could refer to follow link: https://learn.microsoft.com/en-us/azure/app-service-web/web-sites-custom-domain-name
Upvotes: 2