Skip to content

Commit e42574e

Browse files
committed
updateTcpNsgRule
1 parent 7fc89fc commit e42574e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/container-apps/firewall-integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following tables describe how to configure a collection of NSG allow rules.
3535
| TCP | Your client IPs | \* | Your container app's subnet<sup>1</sup> | `80`, `31080` | Allow your Client IPs to access Azure Container Apps when using HTTP. `31080` is the port on which the Container Apps Environment Edge Proxy responds to the HTTP traffic. It is behind the internal load balancer. |
3636
| TCP | Your client IPs | \* | Your container app's subnet<sup>1</sup> | `443`, `31443` | Allow your Client IPs to access Azure Container Apps when using HTTPS. `31443` is the port on which the Container Apps Environment Edge Proxy responds to the HTTPS traffic. It is behind the internal load balancer. |
3737
| TCP | AzureLoadBalancer | \* | Your container app's subnet | `30000-32767`<sup>2</sup> | Allow Azure Load Balancer to probe backend pools. |
38+
| TCP | AzureLoadBalancer | \* | Your container app's exposed TCP port | `30000-32767`<sup>2</sup> | This only applies for TCP traffic. This is not required for HTTP traffic. |
3839

3940
# [Consumption only environment](#tab/consumption-only)
4041

0 commit comments

Comments
 (0)