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/web-application-firewall/ag/migrate-policy.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: Migrate WAF policies for Azure Application Gateway
3
3
description: Learn how to migrate Azure Web Application Firewall policies using Azure PowerShell.
4
4
services: web-application-firewall
5
-
ms.topic: conceptual
6
-
author: KumudD
5
+
ms.topic: how-to
6
+
author: vhorne
7
7
ms.service: web-application-firewall
8
-
ms.date: 07/30/2021
9
-
ms.author: kumud
8
+
ms.date: 07/26/2022
9
+
ms.author: victorh
10
10
ms.custom: devx-track-azurepowershell
11
11
---
12
12
@@ -20,10 +20,10 @@ For more information about creating a new WAF policy, see [Create Web Applicatio
20
20
21
21
Use the following steps to run the migration script:
22
22
23
-
1. Open the following cloud shell window, or open one from within the portal.
24
-
2. Copy the script into the cloud shell window and run it.
23
+
1. Open the following Cloud Shell window, or open one from within the portal.
24
+
2. Copy the script into the Cloud Shell window and run it.
25
25
3. The script asks for Subscription ID, Resource Group name, the name of the Application Gateway that the WAF config is associated with, and the name of the new WAF policy that to create. Once you enter these inputs, the script runs and creates your new WAF policy
26
-
4.Associate the new WAF policy with your application gateway. Go to the WAF policy in the portal and select the **Associated Application Gateways** tab. Select **Associate an Application Gateway** and then select the Application Gateway to associate the WAF policy to.
26
+
4.Verify the new WAF policy is associated with your application gateway. Go to the WAF policy in the portal and select the **Associated Application Gateways** tab. Verify the Application Gateway associated with the WAF policy.
27
27
28
28
> [!NOTE]
29
29
> The script does not complete a migration if the following conditions exist:
@@ -199,6 +199,7 @@ function createNewTopLevelWafPolicy ($subscriptionId, $resourceGroupName, $appli
0 commit comments