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
+38-35Lines changed: 38 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,62 +64,65 @@ This transition is done in line with the announcement of retirement of Azure bas
64
64
65
65
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:
66
66
67
-
#### Case 1: Existing subnet has no HDInsight clusters with Azure Basic load balancers
67
+
#### Case 1: Existing subnet has no HDInsight clusters with Azure Basic load balancers
68
68
69
-
Follow these steps:
69
+
Follow these steps:
70
70
71
-
1. Create a new NAT gateway and a new network security group or use the existing ones.
71
+
1. Create a new NAT gateway and a new network security group or use the existing ones.
72
72
73
-
> [!NOTE]
74
-
> You could associate an existing NAT gateway and NSG or the newly created ones.
75
-
> 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.
76
-
>
77
-
> 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.
73
+
> [!NOTE]
74
+
> You could associate an existing NAT gateway and NSG or the newly created ones.
75
+
> 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.
76
+
>
77
+
> 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.
78
78
79
-
1. Associate the NAT gateway with your subnet along with a network security group.
79
+
80
+
1. Associate the NAT gateway with your subnet along with a network security group.
80
81
81
-
:::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":::
82
+
:::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":::
> 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).
88
+
> [!NOTE]
89
+
> 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).
89
90
90
-
#### Case 2: Existing subnet has HDInsight clusters with Azure Basic load balancers
91
+
#### Case 2: Existing subnet has HDInsight clusters with Azure Basic load balancers
91
92
92
-
Consider one of these methods:
93
-
93
+
Consider one of these methods:
94
94
95
-
* **Approach 1:** The most recommended way is to associate a NAT gateway to the subnet along with network security group.
95
+
***Approach 1:** The most recommended way is to associate a NAT gateway to the subnet along with network security group.
96
96
97
-
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), the subnet with NAT gateway and Azure standard load balancer isn't compatible.
97
+
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), the subnet with NAT gateway and Azure standard load balancer isn't compatible.
98
98
99
-
To associate with a NAT Gateway, perform the following steps.
99
+
To associate with a NAT Gateway, perform the following steps.
100
100
101
-
1. Delete all the existing HDInsight clusters with Azure basic load balancers in this subnet.
101
+
1. Delete all the existing HDInsight clusters with Azure basic load balancers in this subnet.
102
102
103
-
1. Create a new NAT gateway and a new network security group or use the existing ones.
103
+
1. Create a new NAT gateway and a new network security group or use the existing ones.
104
104
105
-
> [!NOTE]
106
-
> You could associate an existing NAT gateway and NSG or use the newly created ones.
107
-
> 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.
108
-
>
109
-
> 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.
105
+
> [!NOTE]
106
+
> You could associate an existing NAT gateway and NSG or use the newly created ones.
107
+
> 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.
108
+
>
109
+
> 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.
110
110
111
-
1. Associate the subnet with the NAT gateway and network security group.
111
+
1. Associate the subnet with the NAT gateway and network security group.
112
112
113
-
:::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":::
113
+
:::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":::
114
114
115
-
> [!NOTE]
116
-
> 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).
> 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).
* **Approach 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.
124
123
125
124
* **Approach 3:** Create a new subnet and then create the cluster with the new subnet.
125
+
126
+
## Next steps
127
+
128
+
[Plan a virtual network for Azure HDInsight](./hdinsight-plan-virtual-network-deployment.md)
0 commit comments