I am setting up an Azure Static Web App and with a custom domain. The www sub-domain has been configured in Azure Static Web App configuration and I have added a TXT record in DNS to establish ownership of the domain. I am now at the step in the following documentation to add an ALIAS record to the DNS so my root domain can be resolved.
https://learn.microsoft.com/en-us/azure/static-web-apps/custom-domain?wt.mc_id=azurestaticwebapps_inline_inproduct_general&tabs=azure-dns#create-an-alias-record
My domain registrar is Google Domains and I have learned that they do not support the record types ALIAS, ANAME or root domain CNAMES (so no CNAME flattening). I spent some time on a support chat with Google Domains and they were not able to help me find a work around.
So, my www domain (i.e. www.mydomain.com) is working great in DNS and the web site comes up just fine. The root level domain (i.e. mydomain.com) is not able to be configured in Google Domains due to lack of support for the recommend record types in the document above.
Is there a work-around for Google Domains DNS or other registrars that do not support these record types?