This is my first time setting up DNS records, so please bear with me.
I have to move hosting of a website from a dedicated server, I managed to deploy the website on Azure static website.
Now I have to change the the existing DNS records on Cloudflare.
There are few subdomains that are still running on old server which I do not want to change.
I have following A records at the moment
one.example.io. 1 IN A xxx.xxx.xxx.xxx
example.io. 1 IN A yyy.yyy.yyy.yyy
two.example.io. 1 IN A yyy.yyy.yyy.yyy
three.example.io. 1 IN A xxx.xxx.xxx.xxx
www.example.io. 1 IN A yyy.yyy.yyy.yyy
I just moved example.io
to static website so I have to replace
example.io. 1 IN A yyy.yyy.yyy.yyy
www.example.io. 1 IN A yyy.yyy.yyy.yyy
with CNAME entries?
I’m trying to follow