Skip to content

Commit 8d2a898

Browse files
authored
Update how-to-create-user-defined-route-instance.md
Fix CLI command issue
1 parent 55c0b05 commit 8d2a898

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ az network firewall network-rule create \
214214
--protocols 'TCP' \
215215
--source-addresses '*' \
216216
--destination-addresses "AzureCloud" \
217-
--destination-ports 443 445
217+
--destination-ports 443 445 \
218+
--action allow --priority 100
218219
219220
# Add firewall application rules.
220221

0 commit comments

Comments
 (0)