Skip to content

Commit fabf353

Browse files
Merge pull request #196807 from johndowns/release-waf-per-rule-exclusions
Update Web Application Firewall - Per-rule exclusions documentation
2 parents a7fb4ab + 5bb18df commit fabf353

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

articles/web-application-firewall/ag/application-gateway-waf-configuration.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ There can be any number of reasons to disable evaluating this header. There coul
8484

8585
You can use the following approaches to exclude the `User-Agent` header from evaluation by all of the SQL injection rules:
8686

87-
# [Azure portal](#tab/portal)
88-
89-
:::image type="content" source="../media/application-gateway-waf-configuration/waf-policy-exclusions-rule-edit.png" alt-text="Screenshot of the Azure portal that shows the per-rule exclusion configuration for the W A F policy.":::
87+
> [!NOTE]
88+
> As of early May 2022, we are rolling out updates to the Azure portal for these features. If you don't see configuration options in the portal, please use PowerShell, the Azure CLI, Bicep, or ARM templates to configure global or per-rule exclusions.
9089
9190
# [Azure PowerShell](#tab/powershell)
9291

@@ -214,9 +213,8 @@ Suppose you want to exclude the value in the *user* parameter that is passed in
214213

215214
The following example shows how you can exclude the `user` query string argument from evaluation:
216215

217-
# [Azure portal](#tab/portal)
218-
219-
:::image type="content" source="../media/application-gateway-waf-configuration/waf-policy-exclusions-global-edit.png" alt-text="Screenshot of the Azure portal that shows the global exclusion configuration for the W A F policy.":::
216+
> [!NOTE]
217+
> As of early May 2022, we are rolling out updates to the Azure portal for these features. If you don't see configuration options in the portal, please use PowerShell, the Azure CLI, Bicep, or ARM templates to configure global or per-rule exclusions.
220218
221219
# [Azure PowerShell](#tab/powershell)
222220

0 commit comments

Comments
 (0)