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/hdinsight-aks/required-outbound-traffic.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Outbound traffic on HDInsight on AKS
3
3
description: Learn required outbound traffic on HDInsight on AKS.
4
4
ms.service: hdinsight-aks
5
5
ms.topic: conceptual
6
-
ms.date: 03/25/2024
6
+
ms.date: 03/26/2024
7
7
---
8
8
9
9
# Required outbound traffic for HDInsight on AKS
@@ -28,17 +28,17 @@ You need to configure the following network and application security rules in yo
28
28
|** ServiceTag | AzureCloud.`<Region>`| UDP | 1194 | Network security rule| Tunneled secure communication between the nodes and the control plane.|
29
29
|** ServiceTag | AzureCloud.`<Region>`| TCP | 9000 | Network security rule|Tunneled secure communication between the nodes and the control plane.|
30
30
| FQDN Tag| AzureKubernetesService | HTTPS | 443 |Application security rule| Required by AKS Service.|
31
-
| Service Tag | AzureMonitor | TCP | 443 |Application security rule| Required for integration with Azure Monitor.|
31
+
| Service Tag | AzureMonitor | TCP | 443 |Netowrk security rule| Required for integration with Azure Monitor.|
32
32
| FQDN| hiloprodrpacr00.azurecr.io|HTTPS|443|Application security rule| Downloads metadata info of the docker image for setup of HDInsight on AKS and monitoring.|
33
33
| FQDN|*.blob.core.windows.net|HTTPS|443|Application security rule| Monitoring and setup of HDInsight on AKS.|
|** FQDN|API Server FQDN (available once AKS cluster is created)|TCP|443|Network security rule| Required as the running pods/deployments use it to access the API Server. You can get this information from the AKS cluster running behind the cluster pool. For more information, see [how to get API Server FQDN](secure-traffic-by-firewall-azure-portal.md#get-aks-cluster-details-created-behind-the-cluster-pool) using Azure portal.|
39
39
40
40
> [!NOTE]
41
-
> ** This configiration is'nt required if you enable private AKS.
41
+
> ** This configiration isn't required if you enable private AKS.
0 commit comments