We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f8403 commit 32e6133Copy full SHA for 32e6133
articles/frontdoor/create-front-door-cli.md
@@ -239,7 +239,8 @@ az network front-door waf-policy managed-rules add \
239
--policy-name contosoWAF \
240
--resource-group myRGFD \
241
--type Microsoft_DefaultRuleSet \
242
- --version 1.2
+ --action Block \
243
+ --version 2.1
244
```
245
246
```azurecli-interactive
@@ -330,4 +331,4 @@ az group delete --name myRGFD
330
331
332
Advance to the next article to learn how to add a custom domain to your Front Door.
333
> [!div class="nextstepaction"]
-> [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