File tree Expand file tree Collapse file tree 1 file changed +6
-43
lines changed
articles/application-gateway Expand file tree Collapse file tree 1 file changed +6
-43
lines changed Original file line number Diff line number Diff line change @@ -268,50 +268,13 @@ To create these rules:
268
268
- When you have entered the information, select ** Add** to create the rule.
269
269
- Creation of each rule will take a moment.
270
270
271
- Rule 1:
272
- - Source: Any
273
- - Source port ranges: *
274
- - Destination: Any
275
- - Service: HTTP
276
- - Destination port ranges: 80
277
- - Protocol: TCP
278
- - Action: Allow
279
- - Priority: 1028
280
- - Name: AllowWeb
281
-
282
- Rule 2:
283
- - Source: Any
284
- - Source port ranges: *
285
- - Destination: Any
286
- - Service: Custom
287
- - Destination port ranges: 8080
288
- - Protocol: TCP
289
- - Action: Allow
290
- - Priority: 1029
291
- - Name: AllowWeb8080
271
+ | Rule # | Source | Source service tag | Source port ranges | Destination | Service | Dest port ranges | Protocol | Action | Priority | Name |
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 |
275
+ | 3 | Service Tag | AzureLoadBalancer | * | Any | Custom | * | Any | Allow | 1045 | AllowLB |
276
+ | 4 | Any | N/A | * | Any | Custom | * | Any | Deny | 4095 | DenyAllInbound |
292
277
293
- Rule 3:
294
- - Source: Service Tag
295
- - Source service tag: AzureLoadBalancer
296
- - Source port ranges: *
297
- - Destination: Any
298
- - Service: Custom
299
- - Destination port ranges: *
300
- - Protocol: Any
301
- - Action: Allow
302
- - Priority: 1045
303
- - Name: DenyAllInbound
304
-
305
- Rule 4:
306
- - Source: Any
307
- - Source port ranges: *
308
- - Destination: Any
309
- - Service: Custom
310
- - Destination port ranges: *
311
- - Protocol: Any
312
- - Action: Deny
313
- - Priority: 4095
314
- - Name: DenyAllInbound
315
278
316
279
Select ** Refresh** to review all rules when provisioning is complete.
317
280
You can’t perform that action at this time.
0 commit comments