Skip to content

Commit ec35673

Browse files
committed
nit
1 parent acb7a75 commit ec35673

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
@@ -77,7 +77,7 @@ The following tables describe how to configure a collection of NSG allow rules.
7777
| UDP | Your container app's subnet | \* | `AzureCloud.<REGION>` | `1194` | Required for internal AKS secure connection between underlying nodes and control plane. Replace `<REGION>` with the region where your container app is deployed. |
7878
| TCP | Your container app's subnet | \* | `AzureCloud.<REGION>` | `9000` | Required for internal AKS secure connection between underlying nodes and control plane. Replace `<REGION>` with the region where your container app is deployed. |
7979
| TCP | Your container app's subnet | \* | `AzureCloud` | `443` | Allowing all outbound on port `443` provides a way to allow all FQDN based outbound dependencies that don't have a static IP. |
80-
| TCP | Your container app's subnet | \* | `Storage.<Region>` | Only required when using Azure Container Registry to host your images. |
80+
| TCP | Your container app's subnet | \* | `Storage.<Region>` | `443` | Only required when using Azure Container Registry to host your images. |
8181
| TCP | Your container app's subnet | \* | `AzureFrontDoor.FirstParty` | `443` | Only required when using Azure Container Registry to host your images. |
8282
| UDP | Your container app's subnet | \* | \* | `123` | NTP server. |
8383
| Any | Your container app's subnet | \* | Your container app's subnet | \* | Allow communication between IPs in your container app's subnet. |

0 commit comments

Comments
 (0)