Skip to content

Commit bc19e4b

Browse files
committed
Final tweaks
1 parent b89b24f commit bc19e4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AKS-Arc/aks-hci-network-system-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: AKS enabled by Azure Arc network requirements
33
description: Learn about AKS network prerequisites.
44
ms.topic: overview
5-
ms.date: 07/16/2025
5+
ms.date: 07/17/2025
66
author: sethmanheim
77
ms.author: sethm
88
ms.reviewer: srikantsarwa
9-
ms.lastreviewed: 07/10/2025
9+
ms.lastreviewed: 07/17/2025
1010
---
1111

1212
# AKS enabled by Azure Arc network requirements
@@ -92,11 +92,11 @@ If you use [Arc gateway](/azure/azure-local/deploy/deployment-azure-arc-gateway-
9292

9393
| Destination port | Destination | Source | Description | Bi-directional cross-VLAN networking notes |
9494
|------------------|---------------------------------|---------------------------------|-----------------------------------------------------------------------------|--------------------------------------------|
95-
| **40343** | Cluster IP address | Logical network used for AKS Arc VMs | Required only when the Azure Local cluster is configured with Arc Gateway for outbound connectivity | If you use separate VLANs or subnets, ensure that the AKS Arc VMs can reach the Azure Local cluster IP address on port **40343**, and vice versa. |
95+
| **40343** | Cluster IP address | Logical network used for AKS Arc VMs | Required only when the Azure Local cluster is configured with Arc Gateway for outbound connectivity. | If you use separate VLANs or subnets, ensure that the AKS Arc VMs can reach the Azure Local cluster IP address on port **40343**, and vice versa. |
9696

9797
### Retrieve the Azure Local cluster IP address
9898

99-
You can run the following PowerShell command on the cluster to get the IP address of the Azure Local cluster:
99+
You can run the following PowerShell commands on the cluster to get the IP address of the Azure Local cluster:
100100

101101
```powershell
102102
Get-ClusterResource -Name "Cluster IP Address" | Get-ClusterParameter -Name Address | Select-Object -Property Value

0 commit comments

Comments
 (0)