I'm using Azure for my DNS because I already have my email records set up there.
I've configured a CNAME record www.domain.com to point to myodoodomain.odoo.com and it's working.
Now I'd like to configure the naked domain (domain.com) to redirect to www.domain.com.
Azure doesn't have the ability in their DNS service to handle the redirect, and I can't afford to pay $35 US per month at this point to use Azure Front Door.
Does anyone have advice for setting up the redirect, possibly with an Azure Function or Static Web App?
Alternatively, I would consider having odoo host the domain and handle the dns, but I haven't found any details on whether I could configure the dns records I need for email, or how much the dns hosting is per year after the first free year.
Thanks!