TL;DR:
Can I move hostnames between Azure Front Door resources within the same subscription without an outage?
Context
I have four Frontdoor resources - each with a set of hostnames. My organisation is looking to consolidate these hostnames to a single Front Door resource, to lower costs and reduce complexity.
I've written the rewritten the ARM templates in Bicep, and then followed this tutorial to deploy the resource, hoping that it would allow me to prepare the hostnames and routing rules on the newly created Frontdoor before modifying the permanent DNS records.
Unfortunately I'm presented with the below error message:
Steps followed:
I've followed these steps both deploying through portal, and with individual Bicep deployments, with the same result.
- Create Front Door resource
- Create CNAME record with DNS provider:
afdverify.www.contoso.com
➡afdverify.contoso-frontend.azurefd.net
- Edit resource:
- Add and validate
www.contoso.com
as a custom hostname on the resource - Add backend pools and routing rules
- Add and validate
- Press Save, which is unsuccessful with the presenting the attached error message
Thanks in advance for any help or time spent on the issue