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 8d2a898 commit f9f1408Copy full SHA for f9f1408
articles/spring-apps/how-to-create-user-defined-route-instance.md
@@ -215,7 +215,8 @@ az network firewall network-rule create \
215
--source-addresses '*' \
216
--destination-addresses "AzureCloud" \
217
--destination-ports 443 445 \
218
- --action allow --priority 100
+ --action allow \
219
+ --priority 100
220
221
# Add firewall application rules.
222
@@ -227,7 +228,8 @@ az network firewall application-rule create \
227
228
229
--protocols 'https=443' \
230
--fqdn-tags "AzureKubernetesService" \
231
232
233
```
234
235
### Associate route tables with subnets
0 commit comments