Skip to content

Commit a84751f

Browse files
committed
nit
1 parent d30c184 commit a84751f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/firewall-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The following tables describe how to configure a collection of NSG allow rules.
3333
3434
| Protocol | Source | Source ports | Destination | Destination ports | Description |
3535
|--|--|--|--|--|--|
36-
| 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 proxy port behind the load balancer which accepts traffic. |
37-
| 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 proxy port behind the load balancer which accepts traffic. |
36+
| 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 proxy port behind the internal load balancer for Azure Container Apps. This is the port that accepts traffic and subsequently communicates with the container's target port(s). |
37+
| 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 proxy port behind the internal load balancer for Azure Container Apps. This is the port that accepts traffic and subsequently communicates with the container's target port(s). |
3838
| TCP | AzureLoadBalancer | \* | Your container app's subnet | `30000-32676`<sup>2</sup> | Allow Azure Load Balancer to probe backend pools. |
3939

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

0 commit comments

Comments
 (0)