Skip to content

Commit c00e5a7

Browse files
authored
Merge pull request #216684 from duongau/upgradetier
Azure Front Door - Upgrade from Standard to Premium tier
2 parents 3185bfc + 39df5bc commit c00e5a7

File tree

8 files changed

+62
-0
lines changed

8 files changed

+62
-0
lines changed

articles/frontdoor/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@
251251
items:
252252
- name: Configure
253253
items:
254+
- name: Upgrade to Premium tier
255+
href: tier-upgrade.md
254256
- name: Front Door manager
255257
href: how-to-configure-endpoints.md
256258
- name: Origins in origin group
42.4 KB
Loading
67.1 KB
Loading
47.9 KB
Loading
26.1 KB
Loading
34.7 KB
Loading
32.3 KB
Loading

articles/frontdoor/tier-upgrade.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: Upgrade from Azure Front Door Standard to Premium tier (Preview)
3+
description: This article provides step-by-step instructions on how to upgrade from an Azure Front Door Standard to an Azure Front Door Premium tier profile.
4+
services: frontdoor
5+
author: duongau
6+
ms.service: frontdoor
7+
ms.topic: conceptual
8+
ms.date: 11/2/2022
9+
ms.author: duau
10+
---
11+
12+
# Upgrade from Azure Front Door Standard to Premium tier (Preview)
13+
14+
Azure Front Door supports upgrading from Standard to Premium tier for more advanced capabilities and an increase in quota limits. The upgrade won't cause any downtime to your services or applications. For more information about the differences between Standard and Premium tier, see [Tier comparison](standard-premium/tier-comparison.md).
15+
16+
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.
17+
18+
> [!IMPORTANT]
19+
> Downgrading from Premium to Standard tier is not supported.
20+
21+
## Prerequisite
22+
23+
Confirm you have an Azure Front Door Standard profile available in your subscription to upgrade.
24+
25+
## Upgrade tier
26+
27+
1. Go to the Azure Front Door Standard profile you want to upgrade and select **Configuration (preview)** from under *Settings*.
28+
29+
:::image type="content" source="./media/tier-upgrade/overview.png" alt-text="Screenshot of the configuration button under settings for a Front Door standard profile.":::
30+
31+
1. Select **Upgrade** to begin the upgrade process. If you don't have any WAF policies associated to your Front Door Standard profile, then you'll be prompted with a confirmation to proceed with the upgrade.
32+
33+
:::image type="content" source="./media/tier-upgrade/upgrade-button.png" alt-text="Screenshot of the upgrade button on the configuration page a Front Door Standard profile.":::
34+
35+
1. If you have WAF policies associated to the Front Door Standard profile, then you'll be taken to the *Upgrade WAF policies* page. On this page, you'll decide whether you want to make copies of the WAF policies or use an existing premium WAF policy. You can also change the name of the new WAF policy copy during this step.
36+
37+
:::image type="content" source="./media/tier-upgrade/upgrade-waf.png" alt-text="Screenshot of the upgrade WAF policies page.":::
38+
39+
> [!NOTE]
40+
> To use managed WAF rules for the new premium WAF policy copies, you'll need to manually enable them after the upgrade.
41+
42+
1. Select **Upgrade** once you're done setting up the WAF policies. Select **Yes** to confirm you would like to proceed with the upgrade.
43+
44+
:::image type="content" source="./media/tier-upgrade/confirm-upgrade.png" alt-text="Screenshot of the confirmation message from upgrade WAF policies page.":::
45+
46+
1. The upgrade process will create new premium WAF policy copies and associate them to the upgraded Front Door profile. The upgrade can take a few minutes to complete depending on the complexity of your Front Door profile.
47+
48+
:::image type="content" source="./media/tier-upgrade/upgrade-in-progress.png" alt-text="Screenshot of the configuration page with upgrade in progress status.":::
49+
50+
1. Once the upgrade completes, you'll see **Tier: Premium** display on the *Configuration* page.
51+
52+
:::image type="content" source="./media/tier-upgrade/upgrade-complete.png" alt-text="Screenshot of the Front Door tier upgraded to premium on the configuration page.":::
53+
54+
> [!NOTE]
55+
> You're now being billed for the Azure Front Door Premium base fee at an hourly rate.
56+
57+
## Next steps
58+
59+
* Learn more about [Managed rule for WAF policy](../web-application-firewall/afds/waf-front-door-drs.md).
60+
* Learn how to enable [Private Link to origin resources](private-link.md).

0 commit comments

Comments
 (0)