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