I'm hosting a WordPress Site on Azure VM(Ubuntu 20.04) with Azure DB for MySQL Server as a DB for the website.
I have created 2 environments (Dev & QA) with this setup.
Currently it is accessible on a Static public IP address like this - http://11.22.33.44 on both Dev & QA Environments.
We will be implementing Azure Front Door to add CDN as well as WAF capabilities to the website on a Prod environment.
So my question is:
Where to apply the custom Domain name? If I associate my custom domain to the static public ip of the vm then will I be able to associate it to the Front Door as well? (I don't think so).
If I associate with the Front Door fqdn, then how can I associate with the WordPress site running on Azure VM? Adding it to the wp_options & wp_config will do the job?