I have been developing several static websites which I host as blob storage static websites. I then use Azure CDN with custom domains.
While this works when I use www. with my custom domain, it does not work without it. For example -> www.tommcclean.me (works) tommcclean.me (doesn't work)
Naturally this is because it uses a CNAME mapping, Ideally I need to setup an A record but I can't find an IP to give it.
How should I solve this problem?