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
| TCP | Your container app's subnet<sup>1</sup> |\*| Your Container Registry | Your container registry's port | This is required to communicate with your container registry. For example, when using ACR, you need `AzureContainerRegistry` and `AzureActiveDirectory` for the destination, and the port will be your container registry's port unless using private endpoints.<sup>2</sup> |
61
60
| TCP | Your container app's subnet |\*|`MicrosoftContainerRegistry`|`443`| This is the service tag for Microsoft container registry for system containers. |
62
61
| TCP | Your container app's subnet |\*|`AzureFrontDoor.FirstParty`|`443`| This is a dependency of the `MicrosoftContainerRegistry` service tag. |
63
62
| Any | Your container app's subnet |\*| Your container app's subnet |\*| Allow communication between IPs in your container app's subnet. |
64
63
| TCP | Your container app's subnet |\*|`AzureActiveDirectory`|`443`| If you're using managed identity, this is required. |
65
64
| 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. |
67
65
| 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
+
| TCP | Your container app's subnet<sup>1</sup> |\*| Your Container Registry | Your container registry's port | This is required to communicate with your container registry. For example, when using ACR, you need `AzureContainerRegistry` and `AzureActiveDirectory` for the destination, and the port will be your container registry's port unless using private endpoints.<sup>2</sup> |
67
+
| TCP | Your container app's subnet |\*|`Storage.<Region>`|`443`| Only required when using `Azure Container Registry` to host your images. |
68
+
68
69
69
70
# [Consumption only environment](#tab/consumption-only)
70
71
@@ -73,16 +74,17 @@ The following tables describe how to configure a collection of NSG allow rules.
| TCP | Your container app's subnet<sup>1</sup> |\*| Your Container Registry | Your container registry's port | This is required to communicate with your container registry. For example, when using ACR, you need `AzureContainerRegistry` and `AzureActiveDirectory` for the destination, and the port will be your container registry's port unless using private endpoints.<sup>2</sup> |
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. |
| Any | Your container app's subnet |\*| Your container app's subnet |\*| Allow communication between IPs in your container app's subnet. |
84
-
| TCP | Your container app's subnet |\*|`AzureMonitor`|`443`| Only required when using Azure Monitor. Allows outbound calls to Azure Monitor. |
85
82
| TCP and UDP | Your container app's subnet |\*|`168.63.129.16`|`53`| Enables the environment to use Azure DNS to resolve the hostname. |
83
+
| TCP | Your container app's subnet<sup>1</sup> |\*| Your Container Registry | Your container registry's port | This is required to communicate with your container registry. For example, when using ACR, you need `AzureContainerRegistry` and `AzureActiveDirectory` for the destination, and the port will be your container registry's port unless using private endpoints.<sup>2</sup> |
84
+
| TCP | Your container app's subnet |\*|`Storage.<Region>`|`443`| Only required when using `Azure Container Registry` to host your images. |
85
+
| TCP | Your container app's subnet |\*|`AzureFrontDoor.FirstParty`|`443`| Only required when using `Azure Container Registry` to host your images. |
86
+
| TCP | Your container app's subnet |\*|`AzureMonitor`|`443`| Only required when using Azure Monitor. Allows outbound calls to Azure Monitor. |
0 commit comments