Skip to content

Commit f9f1408

Browse files
committed
edit
1 parent 8d2a898 commit f9f1408

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/spring-apps/how-to-create-user-defined-route-instance.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ az network firewall network-rule create \
215215
--source-addresses '*' \
216216
--destination-addresses "AzureCloud" \
217217
--destination-ports 443 445 \
218-
--action allow --priority 100
218+
--action allow \
219+
--priority 100
219220
220221
# Add firewall application rules.
221222
@@ -227,7 +228,8 @@ az network firewall application-rule create \
227228
--source-addresses '*' \
228229
--protocols 'https=443' \
229230
--fqdn-tags "AzureKubernetesService" \
230-
--action allow --priority 100
231+
--action allow \
232+
--priority 100
231233
```
232234

233235
### Associate route tables with subnets

0 commit comments

Comments
 (0)