Skip to content

Commit 42d7482

Browse files
authored
Update redirect-external-site-cli.md
1 parent af1b086 commit 42d7482

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/application-gateway/redirect-external-site-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ az network application-gateway rule create \
117117
--resource-group myResourceGroupAG \
118118
--http-listener redirectListener \
119119
--rule-type Basic \
120-
--redirect-config myredirect
120+
--redirect-config myredirect \
121+
--priority 11
122+
121123
```
122124

123125
## Test the application gateway

0 commit comments

Comments
 (0)