I'm trying to setup my google domains to where "blah.net" points to my app in azure sites, but I want "dev.blah.net" to point to a different app on azure (My dev instance).
Anyone know how to setup this up? I tried doing subdomain forwarding but that didn't seem to work.
I'm trying to setup my google domains to where "blah.net" points to my app in azure sites, but I want "dev.blah.net" to point to a different app on azure
You could use A record for your root domain(blah.net) and CName record for your sub domain(dev.blah.net). Steps below are for your reference.