Skip to content

Commit eee3ee4

Browse files
authored
Update how-to-create-user-defined-route-instance.md
1 parent 0266f7b commit eee3ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ az network firewall application-rule create \
224224
--collection-name 'aksfwar'\
225225
--name 'fqdn' \
226226
--source-addresses '*' \
227-
--protocols 'http=80' 'https=443' \
227+
--protocols 'https=443' \
228228
--fqdn-tags "AzureKubernetesService" \
229229
--action allow --priority 100
230230
```

0 commit comments

Comments
 (0)