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/load-balancer-migration-guidelines.md
+47-44Lines changed: 47 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This transition is done in line with the announcement of retirement of Azure bas
16
16
17
17
### Long running clusters (when you don’t create and delete cluster frequently for your use case)
18
18
19
-
***Scenario 1:** Existing HDInsight clusters without custom virtual network (No virtual network provided during cluster creation).
19
+
***Scenario 1:** Existing HDInsight clusters without custom virtual network (No virtual network used during cluster creation).
20
20
21
21
* No immediate disruption until Mar 31, 2025. However, we strongly recommend re-creating the cluster before Mar 31, 2025 to avoid potential disruption.
22
22
@@ -26,7 +26,7 @@ This transition is done in line with the announcement of retirement of Azure bas
26
26
27
27
### New cluster creation
28
28
29
-
***Scenario 1:** HDInsight clusters without custom virtual network (No virtual network selected during cluster creation).
29
+
***Scenario 1:** HDInsight clusters without custom virtual network (Creating cluster without any virtual network).
30
30
31
31
* In this case, no impact. You can recreate the cluster directly.
32
32
@@ -65,66 +65,69 @@ This transition is done in line with the announcement of retirement of Azure bas
65
65
66
66
The most recommended way is to attach a network security group and a NAT gateway to the subnet. Since the existing subnet which has HDInsight clusters with Azure basic load balancers can't be associated with an NAT gateway due to incompatibility with basic load balancer, there are two scenarios:
67
67
68
-
#### Case 1: Existing subnet has no HDInsight clusters with Azure Basic Load Balancers
68
+
***Case 1:** Existing subnet has no HDInsight clusters with Azure Basic Load Balancers
69
69
70
-
Follow these steps:
70
+
Follow these steps:
71
71
72
-
1. Create a new NAT gateway and a new Network Security Group(NSG) or use the existing ones.
73
-
74
-
> [!NOTE]
75
-
> You could use an existing NAT gateway and NSG.
72
+
1. Create a new NAT gateway and a new Network Security Group(NSG) or use the existing ones.
76
73
77
-
Follow this document [Quickstart: Create a NAT gateway - Azure portal](/azure/nat-gateway/quickstart-create-nat-gateway-portal), and [Create, change, or delete an Azure network security group](/azure/virtual-network/manage-network-security-group?tabs=network-security-group-portal#create-a-network-security-group) to create a new NAT gateway and a new network security group.
78
-
79
-
You can refer to this document [Control network traffic in Azure HDInsight](./control-network-traffic.md#hdinsight-with-network-security-groups) to set up correct NSG rules.
80
-
81
-
82
-
1. Associate the NAT gateway with your subnet along with a network security group.
74
+
> [!NOTE]
75
+
> You could use an existing NAT gateway and NSG.
76
+
77
+
Follow this document [Quickstart: Create a NAT gateway - Azure portal](/azure/nat-gateway/quickstart-create-nat-gateway-portal), and [Create, change, or delete an Azure network security group](/azure/virtual-network/manage-network-security-group?tabs=network-security-group-portal#create-a-network-security-group) to create a new NAT gateway and a new network security group.
83
78
84
-
:::image type="content" source="./media/load-balancer-migration-guidelines/associate-gateway.png" alt-text="Screenshot showing how to associate gateway." border="true" lightbox="./media/load-balancer-migration-guidelines/associate-gateway.png":::
79
+
You can refer to this document [Control network traffic in Azure HDInsight](./control-network-traffic.md#hdinsight-with-network-security-groups) to set up correct NSG rules.
80
+
81
+
1. Associate the NAT gateway with your subnet along with a network security group.
> If you are unable to find the NAT gateway, see, [FAQ of the NAT gateway (Azure NAT Gateway frequently asked questions)](/azure/nat-gateway/faq#are-basic-sku-resources--basic-load-balancer-and-basic-public-ip-addresses--compatible-with-a-nat-gateway).
83
+
:::image type="content" source="./media/load-balancer-migration-guidelines/associate-gateway.png" alt-text="Screenshot showing how to associate gateway." border="true" lightbox="./media/load-balancer-migration-guidelines/associate-gateway.png":::
92
84
93
-
#### Case 2: Existing subnet has HDInsight clusters with Azure Basic load balancers
94
-
95
-
Consider one of these methods:
85
+
1. Create the cluster with the subnet.
96
86
97
-
***Method 1:** The most recommended way is to associate a NAT gateway to the subnet along with network security group.
According to [Azure NAT Gateway frequently asked questions](/azure/nat-gateway/faq#are-basic-sku-resources--basic-load-balancer-and-basic-public-ip-addresses--compatible-with-a-nat-gateway), NAT gateway is incompatible with Azure basic load balancer.
89
+
> [!NOTE]
90
+
> If you are unable to find the NAT gateway, see, [FAQ of the NAT gateway (Azure NAT Gateway frequently asked questions)](/azure/nat-gateway/faq#are-basic-sku-resources--basic-load-balancer-and-basic-public-ip-addresses--compatible-with-a-nat-gateway).
100
91
101
-
To associate with a NAT Gateway, perform the following steps.
92
+
***Case 2:** Existing subnet has HDInsight clusters with Azure Basic load balancers
93
+
94
+
Consider one of these methods:
102
95
103
-
1. Delete all the existing HDInsight clusters with Azure basic load balancers in this subnet.
96
+
***Method 1:** The most recommended way is to associate a NAT gateway to the subnet along with network security group.
104
97
105
-
1. Create a new NAT gateway and a new Network Security Group(NSG) or use the existing ones.
106
-
107
-
> [!NOTE]
108
-
> You could use an existing NAT gateway and NSG.
98
+
According to [Azure NAT Gateway frequently asked questions](/azure/nat-gateway/faq#are-basic-sku-resources--basic-load-balancer-and-basic-public-ip-addresses--compatible-with-a-nat-gateway), NAT gateway is incomaptible with Azure basic load balancer.
99
+
100
+
To associate with a NAT Gateway, perform the following steps.
101
+
102
+
1. Delete all the existing HDInsight clusters with Azure basic load balancers in this subnet.
103
+
104
+
1. Create a new NAT gateway and a new Network Security Group(NSG) or use the existing ones.
109
105
110
-
Follow this document [Quickstart: Create a NAT gateway - Azure portal](/azure/nat-gateway/quickstart-create-nat-gateway-portal), and [Create, change, or delete an Azure network security group](/azure/virtual-network/manage-network-security-group?tabs=network-security-group-portal#create-a-network-security-group) to create a new NAT gateway and a new network security group.
111
-
112
-
You can refer to this document [Control network traffic in Azure HDInsight](./control-network-traffic.md#hdinsight-with-network-security-groups) to set up correct NSG rules.
106
+
> [!NOTE]
107
+
> You could use an existing NAT gateway and NSG.
108
+
109
+
Follow this document [Quickstart: Create a NAT gateway - Azure portal](/azure/nat-gateway/quickstart-create-nat-gateway-portal), and [Create, change, or delete an Azure network security group](/azure/virtual-network/manage-network-security-group?tabs=network-security-group-portal#create-a-network-security-group) to create a new NAT gateway and a new network security group.
110
+
111
+
You can refer to this document [Control network traffic in Azure HDInsight](./control-network-traffic.md#hdinsight-with-network-security-groups) to set up correct NSG rules.
113
112
114
-
1. Associate the subnet with the NAT gateway and network security group.
113
+
1. Associate the subnet with the NAT gateway and network security group.
115
114
116
-
:::image type="content" source="./media/load-balancer-migration-guidelines/add-subnet.png" alt-text="Screenshot showing how to add subnet." border="true" lightbox="./media/load-balancer-migration-guidelines/add-subnet.png":::
115
+
:::image type="content" source="./media/load-balancer-migration-guidelines/add-subnet.png" alt-text="Screenshot showing how to add subnet." border="true" lightbox="./media/load-balancer-migration-guidelines/add-subnet.png":::
117
116
118
-
> [!NOTE]
119
-
> If you are unable to find the NAT gateway, see, [FAQ of the NAT gateway (Azure NAT Gateway frequently asked questions](/azure/nat-gateway/faq#are-basic-sku-resources--basic-load-balancer-and-basic-public-ip-addresses--compatible-with-a-nat-gateway).
117
+
> [!NOTE]
118
+
> If you are unable to find the NAT gateway, see, [FAQ of the NAT gateway (Azure NAT Gateway frequently asked questions](/azure/nat-gateway/faq#are-basic-sku-resources--basic-load-balancer-and-basic-public-ip-addresses--compatible-with-a-nat-gateway).
***Method 2:** Select option other than **Associate a NAT gateway to the subnet** provided in [Use Source Network Address Translation (SNAT) for outbound connections](/azure/load-balancer/load-balancer-outbound-connections), and follow the instruction for the selected option.
126
-
127
-
***Method 3:** Create a new subnet and then create the cluster with the new subnet.
125
+
***Method 2:** Select option other than **Associate a NAT gateway to the subnet** provided in [Use Source Network Address Translation (SNAT) for outbound connections](/azure/load-balancer/load-balancer-outbound-connections), and follow the instruction for the selected option.
126
+
127
+
***Method 3:** Create a new subnet and then create the cluster with the new subnet.
128
+
129
+
> [!NOTE]
130
+
> If you are using an ESP cluster with MFA disabled, ensure to check the MFA status once cluster is recreated using a NAT gateway.
0 commit comments