@Bruce Bayley Thank you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.
As mentioned in this documentation here, Some domain registrars (like Google and GoDaddy) don't allow you to point the apex domain to an existing URL. If your registrar doesn't support ALIAS or ANAME records, or doesn't allow CNAME flattening, consider the following steps:
- Configure your domain with Azure DNS.
- Forward the apex domain to the www subdomain
- Use an A record
Also, adding @A record to static webapps is not suggested and your static webapp will no longer be benefited from global distributions.
If you want to setup a CNAME flattering for the apex domain then you can configure the your doamin with Azure DNS and by using AFD you can acheive it.
Feel free to reach back to me if you have any further questions on this.