You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/firewall-integration.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,15 @@ The following tables describe how to configure a collection of NSG allow rules.
34
34
|--|--|--|--|--|--|
35
35
| 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. |
36
36
| 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. |
37
-
| TCP | AzureLoadBalancer |\*| Your container app's subnet |`30000-32676`<sup>2</sup> | Allow Azure Load Balancer to probe backend pools. |
37
+
| TCP | AzureLoadBalancer |\*| Your container app's subnet |`30000-32767`<sup>2</sup> | Allow Azure Load Balancer to probe backend pools. |
38
38
39
39
# [Consumption only environment](#tab/consumption-only)
| TCP | Your client IPs |\*| Your container app's subnet<sup>1</sup> |`80`, `443`| Allow your Client IPs to access Azure Container Apps. Use port `80` for HTTP and `443` for HTTPS. |
44
44
| TCP | Your client IPs |\*| The `staticIP` of your container app environment |`80`, `443`| Allow your Client IPs to access Azure Container Apps. Use port `80` for HTTP and `443` for HTTPS. |
45
-
| TCP | AzureLoadBalancer |\*| Your container app's subnet |`30000-32676`<sup>2</sup> | Allow Azure Load Balancer to probe backend pools. |
45
+
| TCP | AzureLoadBalancer |\*| Your container app's subnet |`30000-32767`<sup>2</sup> | Allow Azure Load Balancer to probe backend pools. |
46
46
| TCP | Your container app's subnet |\*| Your container app's subnet |\*| Required to allow the container app envoy sidecar to connect to envoy service. |
47
47
48
48
---
@@ -63,6 +63,7 @@ The following tables describe how to configure a collection of NSG allow rules.
63
63
| Any | Your container app's subnet |\*| Your container app's subnet |\*| Allow communication between IPs in your container app's subnet. |
64
64
| TCP | Your container app's subnet |\*|`AzureActiveDirectory`|`443`| If you're using managed identity, this is required. |
65
65
| TCP | Your container app's subnet |\*|`AzureMonitor`|`443`| Only required when using Azure Monitor. Allows outbound calls to Azure Monitor. |
66
+
| TCP and UDP | Your container app's subnet |\*|`168.63.129.16`|`53`| Enables the environment to use Azure DNS to resolve the hostname. |
66
67
67
68
# [Consumption only environment](#tab/consumption-only)
68
69
@@ -78,6 +79,7 @@ The following tables describe how to configure a collection of NSG allow rules.
0 commit comments