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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ The following tables describe how to configure a collection of NSG allow rules.
77
77
| 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. |
78
78
| 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. |
79
79
| 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. |
81
81
| TCP | Your container app's subnet |\*|`AzureFrontDoor.FirstParty`|`443`| Only required when using Azure Container Registry to host your images. |
0 commit comments