Skip to content

Commit 32e6133

Browse files
(AzureCXP) Updated WAF command for adding Managed Rule
resolves MicrosoftDocs/azure-docs#118472
1 parent 27f8403 commit 32e6133

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/frontdoor/create-front-door-cli.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ az network front-door waf-policy managed-rules add \
239239
--policy-name contosoWAF \
240240
--resource-group myRGFD \
241241
--type Microsoft_DefaultRuleSet \
242-
--version 1.2
242+
--action Block \
243+
--version 2.1
243244
```
244245

245246
```azurecli-interactive
@@ -330,4 +331,4 @@ az group delete --name myRGFD
330331

331332
Advance to the next article to learn how to add a custom domain to your Front Door.
332333
> [!div class="nextstepaction"]
333-
> [Add a custom domain](standard-premium/how-to-add-custom-domain.md)
334+
> [Add a custom domain](standard-premium/how-to-add-custom-domain.md)

0 commit comments

Comments
 (0)