I recently moved my DNS from GoDaddy to Cloudflare and also changed my Azure Website to use only Azure Storage Account Static hosting. (Previously I used an App Service site with an IP Address) Everything is working but my question is about the A Record that serves the root of my domain. It currently points to the old IP address, but I have page rules to redirect from the root to www.
Do I need the following records any more? If I do, what IP address should I be using?
If you have a page rule for the redirect, it really does not matter what IP address you specify there. It could be 127.0.0.1 if you want
Though one thing, you seem to have a wildcard configured (instead of “www”). That means you can never proxy that record / use the main features of Cloudflare - should that be of importance for you.
True, the proxy is necessary for the page rule, however that is covered by the record for the naked domain. I was referring to the wildcard, however if you say you have a proxied CNAME that should work too.
Apologies, got it the wrong way round. Yes, the naked domain (@) can be 192 or any other address, as it just redirects. The www record however has to point to a proper address. As for the wildcard, that depends if you need it. If not, just remove it.