Hi there, I need to manage a domain from Azure DNS. I need to point that domain at an external website. I have created a CNAME for my www subdomain to the external website and that works fine, but I need the root address to work for this as well.
EG:
My domain: example.com
External site: other.com
I have created a CNAME for www.example.com => other.com
This works fine. I can go to https://www.example.com and I will see the other.com site. However when I go to https://example.com I get an error ("This site cannot be reached").
On other platforms I can create a redirect for @ => www.example.com
How can I do this on Azure? I need to advise many people on how to do this for their sites and many are not technical so the solution will need to be through the UI console.
Thank you in advance