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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +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 | Your container app's subnet |\*|`Storage.<Region>`|`443`| Only required when using Azure Container Registry to host your images. |
66
+
| TCP | Your container app's subnet |\*|`Storage.<Region>`|`443`| Only required when using `Azure Container Registry` to host your images. |
67
67
| TCP and UDP | Your container app's subnet |\*|`168.63.129.16`|`53`| Enables the environment to use Azure DNS to resolve the hostname. |
68
68
69
69
# [Consumption only environment](#tab/consumption-only)
@@ -77,8 +77,8 @@ 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>`|`443`| Only required when using Azure Container Registry to host your images. |
81
-
| TCP | Your container app's subnet |\*|`AzureFrontDoor.FirstParty`|`443`| 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
+
| TCP | Your container app's subnet |\*|`AzureFrontDoor.FirstParty`|`443`| Only required when using `Azure Container Registry` to host your images. |
0 commit comments