Skip to content

Commit 5227d3c

Browse files
author
Sreekanth Iyer (Ushta Te Consultancy Services)
committed
Fixed the formattting Issues
1 parent 786e78d commit 5227d3c

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

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

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ This transition is done in line with the announcement of retirement of Azure bas
6262

6363
* To upgrade your existing custom virtual network to integrate with Azure standard load balancer (which HDInsight clusters use by default now), see, [Use Source Network Address Translation (SNAT) for outbound connections](/azure/load-balancer/load-balancer-outbound-connections) to provide outbound connectivity for the cluster.
6464

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:
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:
6666

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
6868

69-
Follow these steps below:
69+
Follow these steps:
7070

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.
7272

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.
7878
7979
1. Associate the NAT gateway with your subnet along with a network security group.
8080

@@ -85,35 +85,36 @@ This transition is done in line with the announcement of retirement of Azure bas
8585
:::image type="content" source="./media/load-balancer-migration-guidelines/security-networking.png" alt-text="Screenshot showing security networking tab." border="true" lightbox="./media/load-balancer-migration-guidelines/security-networking.png":::
8686

8787
> [!NOTE]
88-
> 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+
> 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).
8989
9090
#### Case 2: Existing subnet has HDInsight clusters with Azure Basic load balancers
91-
Consider one of these methods:
91+
92+
Consider one of these methods:
9293

93-
* **Approach 1:** The most recommended way is to associate a NAT gateway to the subnet along with network security group.
94+
* **Approach 1:** The most recommended way is to associate a NAT gateway to the subnet along with network security group.
9495

95-
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.
96+
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.
9697

97-
To associate with a NAT Gateway, perform the following steps.
98+
To associate with a NAT Gateway, perform the following steps.
9899

99-
1. Delete all the existing HDInsight clusters with Azure basic load balancers in this subnet.
100+
1. Delete all the existing HDInsight clusters with Azure basic load balancers in this subnet.
100101

101-
1. Create a new NAT gateway and a new network security group or use the existing ones.
102+
1. Create a new NAT gateway and a new network security group or use the existing ones.
102103

103-
> [!NOTE]
104-
> You could associate an existing NAT gateway and NSG or use the newly created ones.
105-
> 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.
106-
>
107-
> 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.
104+
> [!NOTE]
105+
> You could associate an existing NAT gateway and NSG or use the newly created ones.
106+
> 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.
107+
>
108+
> 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.
108109
109-
1. Associate the subnet with the NAT gateway and network security group.
110+
1. Associate the subnet with the NAT gateway and network security group.
110111

111112
:::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":::
112113

113-
> [!NOTE]
114-
> 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).
114+
> [!NOTE]
115+
> 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).
115116
116-
1. Re-create the clusters with the subnet.
117+
1. Re-create the clusters with the subnet.
117118

118119
:::image type="content" source="./media/load-balancer-migration-guidelines/virtual-network.png" alt-text="Screenshot showing virtual network." border="true" lightbox="./media/load-balancer-migration-guidelines/virtual-network.png":::
119120

0 commit comments

Comments
 (0)