You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/frontdoor/migrate-tier.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: frontdoor
5
5
author: duongau
6
6
ms.service: frontdoor
7
7
ms.topic: conceptual
8
-
ms.date: 11/04/2022
8
+
ms.date: 02/22/2023
9
9
ms.author: duau
10
10
---
11
11
@@ -26,7 +26,12 @@ Azure Front Door Standard and Premium tier bring the latest cloud delivery netwo
26
26
* Register the service principal for **Microsoft.AzureFrontDoor-Cdn** as an app in your Azure Active Directory using Azure PowerShell.
27
27
* Grant **Microsoft.AzureFrontDoor-Cdn** access to your Key Vault.
28
28
* 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
+
30
35
## Validate compatibility
31
36
32
37
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
123
128
124
129
:::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.":::
125
130
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
+
126
139
## Next steps
127
140
128
141
* Understand the [mapping between Front Door tiers](tier-mapping.md) settings.
Copy file name to clipboardExpand all lines: articles/frontdoor/tier-upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Azure Front Door supports upgrading from Standard to Premium tier for more advan
17
17
> Upgrading Azure Front Door tier is currently in PREVIEW.
18
18
> 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.
19
19
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.
21
21
22
22
> [!IMPORTANT]
23
23
> Downgrading from Premium to Standard tier is not supported.
0 commit comments