Skip to content

Commit 0bc844f

Browse files
committed
nits
1 parent e680e0a commit 0bc844f

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
@@ -41,7 +41,7 @@ The following tables describe how to configure a collection of NSG allow rules.
4141
| Protocol | Source | Source ports | Destination | Destination ports | Description |
4242
|--|--|--|--|--|--|
4343
| TCP | Your client IPs | \* | Your container app's subnet<sup>1</sup> | `443` | Allow your Client IPs to access Azure Container Apps. |
44-
| TCP | Your client IPs | \* | `staticIP`of your container app's environment | `443` | Allow your Client IPs to access Azure Container Apps. |
44+
| TCP | Your client IPs | \* | The `staticIP` of your container app environment | `443` | Allow your Client IPs to access Azure Container Apps. |
4545
| TCP | AzureLoadBalancer | \* | Your container app's subnet | `30,000-32,676`<sup>2</sup> | Allow Azure Load Balancer to probe backend pools. |
4646
| TCP | Your container app's subnet | \* | Your container app's subnet | \* | Required to allow the container app envoy sidecar to connect to envoy service. |
4747

0 commit comments

Comments
 (0)