Skip to content

Commit 5fe9a47

Browse files
committed
Migration FAQ doc created
1 parent 0e719c7 commit 5fe9a47

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

articles/frontdoor/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@
177177
href: ../cdn/cdn-change-provider.md?toc=/azure/frontdoor/toc.json
178178
- name: Custom domain
179179
href: migrate-cdn-to-front-door.md
180+
- name: AFD/CDN Classic migration FAQ
181+
href: afd-cdn-classic-migration-faq.md
180182
- name: Upgrades
181183
items:
182184
- name: Upgrade from Standard to Premium tier - Portal
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: AFD/CDN Classic Migration FAQ
3+
description: Frequently asked questions about migrating from AFD/CDN Classic to AFD Standard or Premium.
4+
author: jainsabal
5+
ms.author: jainsabal
6+
ms.service: azure-frontdoor
7+
ms.topic: overview
8+
ms.date: 08-06-2025
9+
10+
#CustomerIntent: As a <type of user>, I want <what?> so that <why?>.
11+
---
12+
13+
# AFD & CDN Classic Migration FAQ
14+
15+
This document provides answers to frequently asked questions regarding the migration from Azure Front Door (AFD) Classic and CDN Classic to AFD Standard/Premium.
16+
17+
### Will there be downtime during migration?
18+
19+
No, there is no downtime during the migration. This is a control plane-only migration, meaning traffic delivery is unaffected.
20+
21+
During migration, the classic Azure Front Door (AFD) endpoint mydomain.azurefd.net is created as a dummy custom domain on AFD standard/premium that is CNAMEd to AFD standard/premium endpoint mydomain.randomstring.z01.azurefd.net. It continues to receive traffic until you update the DNS record of AFD custom domain (www.mydomain.com) to mydomain.randomstring.z01.azurefd.net directly. It is highly recommended to change the CNAME from classic endpoint to AFD standard/premium endpoint after verification.
22+
23+
Even in rare cases where the migration fails, traffic delivery continues to work as expected.
24+
25+
There is no rollback support, please reach out to the support team for help if migration fails.
26+
27+
28+
29+
### What should I do after migration?
30+
31+
After migration:
32+
33+
- Verify traffic delivery continues to work.
34+
35+
- Update the DNS CNAME record for your custom domain to point to the AFD Standard/Premium endpoint (exampledomain-hash.z01.azurefd.net) instead of the classic endpoint (exampledomain.azurefd.net for classic AFD or exampledomain.azureedge.net). Wait for the DNS update propagation until DNS TTL expires, depending on how long TTL is configured on DNS provider.
36+
37+
- Verify again that traffic works in the custom domain.
38+
39+
- Once confirmed, delete the pseudo custom domain (i.e., the classic endpoint that was pointing to the AFD Standard/Premium endpoint) from the AFD Standard/Premium profile.
40+
41+
### When I change my DNS CNAME from classic AFD endpoint to AFD standard/premium endpoint, does DNS propagation cause downtime?
42+
43+
No, both classic endpoint and Std/premium endpoints point to the same IP, so the final resolution remains the same before and after DNS propagation.
44+
45+
### When should I delete the classic SKU?
46+
47+
For AFD Classic: After verifying that traffic works and the DNS record has been updated to point to the AFD Standard/Premium endpoint, you can safely delete the classic resource.
48+
49+
For CDN Classic: You do not need to delete the classic resource. Migration is treated as a SKU upgrade, and the classic resource can remain.
50+
51+
### Do I need to update my DevOps pipeline?
52+
53+
Yes. After migration, make sure to update your DevOps pipeline to reflect the new AFD Standard/Premium configuration and endpoints.
54+
55+
## Next step
56+
57+
* Understand the [settings mapping between Azure Front Door tiers](tier-mapping.md).
58+
* Learn how to [migrate from Azure Front Door (classic) to Standard or Premium tier](migrate-tier.md) using the Azure portal.
59+
* Learn how to [migrate from Azure Front Door (classic) to Standard or Premium tier](migrate-tier-powershell.md) using Azure PowerShell.
60+
* Learn how to [migrate from Azure CDN from Microsoft (classic)](migrate-tier.md) to Azure Front Door using the Azure portal.

0 commit comments

Comments
 (0)