Skip to content

Commit b9a3911

Browse files
committed
nit
1 parent a84751f commit b9a3911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/firewall-integration.md

Lines changed: 3 additions & 3 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 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). |
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 port on which the Container Apps Environment Edge Proxy responds to the HTTP traffic. It is behind the internal load balancer. |
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 port on which the Container Apps Environment Edge Proxy responds to the HTTPS traffic. It is behind the internal load balancer. |
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)
@@ -68,7 +68,7 @@ The following tables describe how to configure a collection of NSG allow rules.
6868
# [Consumption only environment](#tab/consumption-only)
6969

7070
>[!Note]
71-
> When using Consumption only environments, all [outbound ports required by Azure Kubernetes Service](./../aks/outbound-rules-control-egress#required-outbound-network-rules-and-fqdns-for-aks-clusters) are also required for your Container Apps.
71+
> When using Consumption only environments, all [outbound ports required by Azure Kubernetes Service](/azure/aks/outbound-rules-control-egress#required-outbound-network-rules-and-fqdns-for-aks-clusters) are also required for your container app.
7272
7373
| Protocol | Source | Source ports | Destination | Destination ports | Description |
7474
|--|--|--|--|--|--|

0 commit comments

Comments
 (0)