Skip to content

Commit 4376017

Browse files
authored
Update articles/container-apps/firewall-integration.md
1 parent d5d1746 commit 4376017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/firewall-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +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 | Your client IPs | \* | Your container app's subnet | exposed ports and `30000-32767`<sup>2</sup> | This only applies for TCP apps. This is not required for HTTP apps. |
38+
| TCP | Your client IPs | \* | Your container app's subnet | Exposed ports and `30000-32767`<sup>2</sup> | This only applies for TCP apps. This is not required for HTTP apps. |
3939

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

0 commit comments

Comments
 (0)