Skip to content

Commit ea0bab5

Browse files
authored
Merge pull request #206273 from greg-lindsay/availability-zones
Minor changes, make it clear WAF is not a separate product from AppGW
2 parents c13d80f + ffdeb85 commit ea0bab5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/availability-zones/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
href: migrate-app-service-environment.md
2323
- name: App Service
2424
href: migrate-app-service.md
25-
- name: Application Gateway v2
25+
- name: Application Gateway
2626
href: migrate-app-gateway-v2.md
2727
- name: Cache for Redis
2828
href: migrate-cache-redis.md

articles/availability-zones/migrate-app-gateway-v2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: Migrate Azure Application Gateway and WAF deployments to availability zone support
2+
title: Migrate Azure Application Gateway Standard and WAF v2 deployments to availability zone support
33
description: Learn how to migrate your Azure Application Gateway and WAF deployments to availability zone support.
44
author: anaharris-ms
55
ms.service: application-gateway
66
ms.topic: conceptual
7-
ms.date: 07/26/2022
7+
ms.date: 07/28/2022
88
ms.author: anaharris
99
ms.reviewer: anaharris
1010
ms.custom: references_regions
1111
---
1212

1313
# Migrate Application Gateway and WAF deployments to availability zone support
1414

15-
[Application Gateway Standard v2](/azure/application-gateway/overview-v2) or [WAF v2](/azure/web-application-firewall/ag/ag-overview) supports zonal and zone redundant deployments. For more information about zone redundancy, see [Regions and availability zones](az-overview.md).
15+
[Application Gateway Standard v2](/azure/application-gateway/overview-v2) and Application Gateway with [WAF v2](/azure/web-application-firewall/ag/ag-overview) supports zonal and zone redundant deployments. For more information about zone redundancy, see [Regions and availability zones](az-overview.md).
1616

17-
If you previously deployed Azure Application Gateway Standard v2 or WAF v2 without zonal support, you must redeploy these services to enable zone redundancy. Two migration options to redeploy these services are described in this article.
17+
If you previously deployed **Azure Application Gateway Standard v2** or **Azure Application Gateway Standard v2 + WAF v2** without zonal support, you must redeploy these services to enable zone redundancy. Two migration options to redeploy these services are described in this article.
1818

1919
## Prerequisites
2020

21-
- Your deployment must be Standard v2 or WAF v2 SKU. Earlier SKUs (Standard and WAF) don't support zone awareness.
21+
- Your deployment must be Standard v2 or WAF v2 SKU. Earlier SKUs (Standard and WAF) don't support availability zones.
2222

2323
## Downtime requirements
2424

@@ -38,7 +38,7 @@ Use this option to:
3838
To create a separate Application Gateway, WAF (optional) and IP address:
3939

4040
1. Go to the [Azure portal](https://portal.azure.com).
41-
2. Follow the steps in [Create an application gateway](../application-gateway/quick-create-portal.md#create-an-application-gateway) or [Create an application gateway with a Web Application Firewall](/azure/web-application-firewall/ag/application-gateway-web-application-firewall-portal) to create a new Application Gateway v2 or Application Gateway V2 + WAF v2, respectively. You can reuse your existing Virtual Network or create a new one, but you must create a new frontend Public IP address.
41+
2. Follow the steps in [Create an application gateway](../application-gateway/quick-create-portal.md#create-an-application-gateway) or [Create an application gateway with a Web Application Firewall](/azure/web-application-firewall/ag/application-gateway-web-application-firewall-portal) to create a new Application Gateway v2 or Application Gateway v2 + WAF v2, respectively. You can reuse your existing Virtual Network or create a new one, but you must create a new frontend Public IP address.
4242
3. Verify that the application gateway and WAF are working as intended.
4343
4. Migrate your DNS configuration to the new public IP address.
4444
5. Delete the old Application gateway and WAF resources.
@@ -57,7 +57,7 @@ To delete the Application Gateway and WAF and redeploy:
5757
1. Go to the [Azure portal](https://portal.azure.com).
5858
2. Select **All resources**, and then select the resource group that contains the Application Gateway.
5959
3. Select the Application Gateway resource and then select **Delete**. Type **yes** to confirm deletion, and then click **Delete**.
60-
4. Follow the steps in [Create an application gateway](../application-gateway/quick-create-portal.md#create-an-application-gateway) or [Create an application gateway with a Web Application Firewall](/azure/web-application-firewall/ag/application-gateway-web-application-firewall-portal) to create a new Application Gateway v2 or Application Gateway V2 + WAF v2, respectively, using the same Virtual Network, subnets, and Public IP address that you used previously.
60+
4. Follow the steps in [Create an application gateway](../application-gateway/quick-create-portal.md#create-an-application-gateway) or [Create an application gateway with a Web Application Firewall](/azure/web-application-firewall/ag/application-gateway-web-application-firewall-portal) to create a new Application Gateway v2 or Application Gateway v2 + WAF v2, respectively, using the same Virtual Network, subnets, and Public IP address that you used previously.
6161

6262
## Next steps
6363

0 commit comments

Comments
 (0)