Skip to content

Commit 028ab50

Browse files
Update load-balancer-migration-guidelines.md
1 parent 5b8dcf5 commit 028ab50

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/hdinsight/load-balancer-migration-guidelines.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: how-to
66
author: abhishjain002
77
ms.author: abhishjain
88
ms.reviewer: sairamyeturi
9-
ms.date: 03/03/2025
9+
ms.date: 03/31/2025
1010
---
1111

1212
# Basic Load balancer deprecation: Guidelines for Azure HDInsight
@@ -132,7 +132,12 @@ NAT gateway provides outbound network connectivity for the cluster. NSG controls
132132

133133
134134
* **Method 2:** Create a new subnet and then create the cluster with the new subnet.
135-
135+
136+
> [!IMPORTANT]
137+
> * If you experience job slowness or network issues after cluster recreation with a standard load balancer, check the "Total SNAT Connection Count" and "Dropped Packets" on your NAT Gateway. High values may indicate SNAT port exhaustion. To address this, consider implementing one of the following methods:
138+
> * Bind additional IP addresses or IP prefixes to your NAT Gateway. For more information, see [Troubleshoot Azure NAT Gateway connectivity - Azure NAT Gateway](/azure/nat-gateway/troubleshoot-nat-connectivity) and [Metrics and alerts for Azure NAT Gateway - Azure NAT Gateway](/azure/nat-gateway/nat-metrics#total-snat-connection-count).
139+
> * Enable private link to storage accout which could reduce SNAT port dependency. For more information, see [Use private endpoints for Azure Storage](/azure/storage/common/storage-private-endpoints).
140+
136141
> [!NOTE]
137142
> If you are using an ESP cluster with MFA disabled, ensure to check the MFA status once cluster is recreated using a NAT gateway.
138143

0 commit comments

Comments
 (0)