Skip to content

Commit c25bbe9

Browse files
Merge pull request #227908 from johndowns/front-door-migrate-dns
Front Door - Add DNS records section to migration article
2 parents 1028416 + 0092d31 commit c25bbe9

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

articles/frontdoor/migrate-tier.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: frontdoor
55
author: duongau
66
ms.service: frontdoor
77
ms.topic: conceptual
8-
ms.date: 11/04/2022
8+
ms.date: 02/22/2023
99
ms.author: duau
1010
---
1111

@@ -26,7 +26,12 @@ Azure Front Door Standard and Premium tier bring the latest cloud delivery netwo
2626
* Register the service principal for **Microsoft.AzureFrontDoor-Cdn** as an app in your Azure Active Directory using Azure PowerShell.
2727
* Grant **Microsoft.AzureFrontDoor-Cdn** access to your Key Vault.
2828
* Session affinity gets enabled from the origin group settings in the Azure Front Door Standard or Premium profile. In Azure Front Door (classic), session affinity is managed at the domain level. As part of the migration, session affinity is based on the Classic profile's configuration. If you have two domains in the Classic profile that shares the same backend pool (origin group), session affinity has to be consistent across both domains in order for migration to be compatible.
29-
29+
30+
> [!NOTE]
31+
> You don't need to make any DNS changes before or during the migration process.
32+
>
33+
> However, when the migration is completed and traffic flows through your new Azure Front Door Standard or Premium profile, you should update your DNS records. For more information, see [Update DNS records](#update-dns-records).
34+
3035
## Validate compatibility
3136

3237
1. Go to the Azure Front Door (classic) resource and select **Migration** from under *Settings*.
@@ -123,6 +128,14 @@ Select **Grant** to add managed identities from the last section to all the Key
123128

124129
:::image type="content" source="./media/migrate-tier/classic-profile.png" alt-text="Screenshot of the overview page of a Front Door (classic) in a disabled state.":::
125130

131+
## Update DNS records
132+
133+
Your old Azure Front Door (classic) instance uses a different fully qualified domain name (FQDN) than Azure Front Door Standard and Premium. For example, an Azure Front Door (classic) endpoint might be `contoso.azurefd.net`, while the Azure Front Door Standard or Premium endpoint might be `contoso-mdjf2jfgjf82mnzx.z01.azurefd.net`. For more information about Azure Front Door Standard and Premium endpoints, see [Endpoints in Azure Front Door](./endpoint.md).
134+
135+
You don't need to update your DNS records before or during the migration process. Azure Front Door automatically sends traffic that it receives on the Azure Front Door (classic) endpoint to your Azure Front Door Standard or Premium profile without you making any configuration changes.
136+
137+
However, when your migration is finished, we strongly recommend that you update your DNS records to direct traffic to the new Azure Front Door Standard or Premium endpoint. Changing your DNS records helps to ensure that your profile continues to work in the future. The change in DNS record doesn't cause any downtime. You don't need to plan this update to happen at any specific time, and you can schedule it at your convenience.
138+
126139
## Next steps
127140

128141
* Understand the [mapping between Front Door tiers](tier-mapping.md) settings.

articles/frontdoor/tier-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Front Door supports upgrading from Standard to Premium tier for more advan
1717
> Upgrading Azure Front Door tier is currently in PREVIEW.
1818
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
1919
20-
This article will walk you through how to perform the tier upgrade on the configuration page of a Front Door Standard profile. Once upgraded, you'll be charge for the Azure Front Door Premium monthly base fee at an hourly rate.
20+
This article will walk you through how to perform the tier upgrade on the configuration page of a Front Door Standard profile. Once upgraded, you'll be charged for the Azure Front Door Premium monthly base fee at an hourly rate.
2121

2222
> [!IMPORTANT]
2323
> Downgrading from Premium to Standard tier is not supported.

0 commit comments

Comments
 (0)