Skip to content

Commit 9426d82

Browse files
committed
call out error conditions that block migration
1 parent b6ee2fd commit 9426d82

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/web-application-firewall/ag/migrate-policy.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: web-application-firewall
55
ms.topic: conceptual
66
author: vhorne
77
ms.service: web-application-firewall
8-
ms.date: 11/19/2019
8+
ms.date: 04/16/2020
99
ms.author: ant
1010
---
1111

@@ -24,6 +24,13 @@ Use the following steps to run the migration script:
2424
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
2525
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.
2626

27+
> [!NOTE]
28+
> The script does not complete a migration if the following conditions exist:
29+
> - An entire rule is disabled. To complete a migration, make sure an entire rulegroup is not disabled.
30+
> - An exclusion entry(s) with the *Equals any* operator. To complete a migration, make sure exclusion entries with *Equals Any* operator is not present.
31+
>
32+
> For more information, see the *ValidateInput* function in the script.
33+
2734
```azurepowershell-interactive
2835
<#PSScriptInfo
2936
.DESCRIPTION

0 commit comments

Comments
 (0)