Skip to content

Commit 3e19057

Browse files
authored
resolved Review Comments.
1 parent e4a3eac commit 3e19057

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight-aks/required-outbound-traffic.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Outbound traffic on HDInsight on AKS
33
description: Learn required outbound traffic on HDInsight on AKS.
44
ms.service: hdinsight-aks
55
ms.topic: conceptual
6-
ms.date: 03/25/2024
6+
ms.date: 03/26/2024
77
---
88

99
# Required outbound traffic for HDInsight on AKS
@@ -28,17 +28,17 @@ You need to configure the following network and application security rules in yo
2828
| ** ServiceTag | AzureCloud.`<Region>` | UDP | 1194 | Network security rule| Tunneled secure communication between the nodes and the control plane.|
2929
| ** ServiceTag | AzureCloud.`<Region>` | TCP | 9000 | Network security rule|Tunneled secure communication between the nodes and the control plane.|
3030
| 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.|
3232
| FQDN| hiloprodrpacr00.azurecr.io|HTTPS|443|Application security rule| Downloads metadata info of the docker image for setup of HDInsight on AKS and monitoring.|
3333
| FQDN| *.blob.core.windows.net|HTTPS|443|Application security rule| Monitoring and setup of HDInsight on AKS.|
34-
| FQDN|graph.microsoft.com|HTTPS|443|Application security rule| Authentication.|
34+
| FQDN|graph.microsoft.com|HTTPS|443|Application security rule| Authentication.|
3535
| FQDN|*.servicebus.windows.net|HTTPS|443|Application security rule| Monitoring.|
3636
| FQDN|*.table.core.windows.net|HTTPS|443|Application security rule| Monitoring.
3737
| FQDN|gcs.prod.monitoring.core.windows.net|HTTPS|443|Application security rule| Monitoring.|
3838
| ** 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.|
3939

4040
> [!NOTE]
41-
> ** This configiration is'nt required if you enable private AKS.
41+
> ** This configiration isn't required if you enable private AKS.
4242
4343
## Cluster specific traffic
4444

0 commit comments

Comments
 (0)