@@ -270,10 +270,10 @@ To create these rules:
270
270
271
271
| Rule # | Source | Source service tag | Source port ranges | Destination | Service | Dest port ranges | Protocol | Action | Priority | Name |
272
272
| ------ | ----------- | ------------------ | ------------------ | ----------- | ------- | ---------------- | -------- | ------ | -------- | ---------------- |
273
- | 1 | Any | N/A | * | Any | HTTP | 80 | TCP | Allow | 1028 | AllowWeb |
274
- | 2 | Any | N/A | * | Any | Custom | 8080 | TCP | Allow | 1029 | AllowWeb8080 |
273
+ | 1 | Any | | * | Any | HTTP | 80 | TCP | Allow | 1028 | AllowWeb |
274
+ | 2 | Any | | * | Any | Custom | 8080 | TCP | Allow | 1029 | AllowWeb8080 |
275
275
| 3 | Service Tag | AzureLoadBalancer | * | Any | Custom | * | Any | Allow | 1045 | AllowLB |
276
- | 4 | Any | N/A | * | Any | Custom | * | Any | Deny | 4095 | DenyAllInbound |
276
+ | 4 | Any | | * | Any | Custom | * | Any | Deny | 4095 | DenyAllInbound |
277
277
278
278
279
279
Select ** Refresh** to review all rules when provisioning is complete.
@@ -304,42 +304,11 @@ To create these rules:
304
304
- When you have entered the information, select ** Add** to create the rule.
305
305
- Creation of each rule takes a moment.
306
306
307
- Rule 1:
308
- - Source: IP Addresses
309
- - Source IP addresses/CIDR ranges: 10.10.4.0/24
310
- - Source port ranges: *
311
- - Destination: IP Addresses
312
- - Destination IP addresses/CIDR ranges: 20.63.8.49
313
- - Service: HTTPS
314
- - Destination port ranges: 443
315
- - Protocol: TCP
316
- - Action: Allow
317
- - Priority: 400
318
- - Name: AllowToBackendTarget
319
-
320
- Rule 2:
321
- - Source: IP Addresses
322
- - Source IP addresses/CIDR ranges: 10.10.4.0/24
323
- - Source port ranges: *
324
- - Destination: IP Addresses
325
- - Destination IP addresses/CIDR ranges: 10.13.0.4
326
- - Service: HTTP
327
- - Destination port ranges: 80
328
- - Protocol: TCP
329
- - Action: Allow
330
- - Priority: 401
331
- - Name: AllowToPeeredVnetVM
332
-
333
- Rule 3:
334
- - Source: Any
335
- - Source port ranges: *
336
- - Destination: Any
337
- - Service: Custom
338
- - Destination port ranges: *
339
- - Protocol: Any
340
- - Action: Deny
341
- - Priority: 4096
342
- - Name: DenyAll
307
+ | Rule # | Source | Source IP addresses/CIDR ranges | Source port ranges | Destination | Destination IP addresses/CIDR ranges | Service | Dest port ranges | Protocol | Action | Priority | Name |
308
+ | ------ | ------------ | ------------------------------- | ------------------ | ------------ | ------------------------------------ | ------- | ---------------- | -------- | ------ | -------- | -------------------- |
309
+ | 1 | IP Addresses | 10.10.4.0/24 | * | IP Addresses | 20.63.8.49 | HTTPS | 443 | TCP | Allow | 400 | AllowToBackendTarget |
310
+ | 2 | IP Addresses | 10.10.4.0/24 | * | IP Addresses | 10.13.0.4 | HTTP | 80 | TCP | Allow | 401 | AllowToPeeredVnetVM |
311
+ | 3 | Any | | * | Any | | Custom | * | Any | Deny | 4096 | DenyAll |
343
312
344
313
Select ** Refresh** to review all rules when provisioning is complete.
345
314
0 commit comments