Skip to content

Commit 3ed4385

Browse files
authored
Update load-balancer-multiple-ip.md
1 parent 4c75fe9 commit 3ed4385

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/load-balancer/load-balancer-multiple-ip.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In this section, you create two virtual machines to host the IIS websites.
8585
| Subnet | Select **backend-subnet(10.1.0.0/24)** |
8686
| Public IP | Select **None**. |
8787
| NIC network security group | Select **Advanced**|
88-
| Configure network security group | Select **Create new**.</br> In **Create network security group**, enter **myNSG** in **Name**.</br> In **Inbound rules**, select **+Add an inbound rule**. </br> In **Service**, select **HTTP**.</br> In **Priority**, enter **100**. </br> In **Name**, enter **myNSGrule** </br> Select **Add** </br> Select **OK** |
88+
| Configure network security group | Select **Create new**.</br> In **Create network security group**, enter **myNSG** in **Name**.</br> In **Inbound rules**, select **+Add an inbound rule**.</br> In **Service**, select **HTTP**.</br> In **Priority**, enter **100**.</br> In **Name**, enter **myNSGrule**.</br> Select **Add**.</br> Select **OK**. |
8989

9090
6. Select **Review + create**.
9191

@@ -180,7 +180,7 @@ You connect to **myVM1** and **myVM2** with Azure Bastion and configure the seco
180180

181181
6. Select **Allow** for Bastion to use the clipboard.
182182

183-
7. On the server desktop, navigate to Start > Windows Administrative Tools > Windows PowerShell > Windows PowerShell.
183+
7. On the server desktop, navigate to **Start > Windows Administrative Tools > Windows PowerShell > Windows PowerShell**.
184184

185185
8. In the PowerShell window, execute the `route print` command, which returns output similar to the following output for a virtual machine with two attached network interfaces:
186186

@@ -422,14 +422,14 @@ During the creation of the load balancer, you configure:
422422
| Name | Enter **Frontend-contoso**. |
423423
| IP version | Select **IPv4**. |
424424
| IP type | Select **IP address**. |
425-
| Public IP address | Select **Create new**. </br> Enter **myPublicIP-contoso** for **Name** </br> Select **Zone-redundant** in **Availability zone**. </br> Leave the default of **Microsoft Network** for **Routing preference**. </br> Select **OK**. |
425+
| Public IP address | Select **Create new**.</br> Enter **myPublicIP-contoso** for **Name** </br> Select **Zone-redundant** in **Availability zone**.</br> Leave the default of **Microsoft Network** for **Routing preference**.</br> Select **OK**. |
426426

427427
> [!NOTE]
428428
> IPv6 isn't currently supported with Routing Preference or Cross-region load-balancing (Global Tier).
429429
>
430430
> For more information on IP prefixes, see [Azure Public IP address prefix](../virtual-network/ip-services/public-ip-address-prefix.md).
431431
>
432-
> In regions with [Availability Zones](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select no-zone (default option), a specific zone, or zone-redundant. The choice will depend on your specific domain failure requirements. In regions without Availability Zones, this field won't appear. </br> For more information on availability zones, see [Availability zones overview](../availability-zones/az-overview.md).
432+
> In regions with [Availability Zones](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones), you have the option to select no-zone (default option), a specific zone, or zone-redundant. The choice will depend on your specific domain failure requirements. In regions without Availability Zones, this field won't appear.</br> For more information on availability zones, see [Availability zones overview](../availability-zones/az-overview.md).
433433

434434
7. Select **Add**.
435435

@@ -442,7 +442,7 @@ During the creation of the load balancer, you configure:
442442
| Name | Enter **Frontend-fabrikam**. |
443443
| IP version | Select **IPv4**. |
444444
| IP type | Select **IP address**. |
445-
| Public IP address | Select **Create new**. </br> Enter **myPublicIP-fabrikam** for **Name** </br> Select **Zone-redundant** in **Availability zone**. </br> Leave the default of **Microsoft Network** for **Routing preference**. </br> Select **OK**. |
445+
| Public IP address | Select **Create new**.</br> Enter **myPublicIP-fabrikam** for **Name** </br> Select **Zone-redundant** in **Availability zone**.</br> Leave the default of **Microsoft Network** for **Routing preference**.</br> Select **OK**. |
446446

447447
10. Select **Add**.
448448

@@ -499,7 +499,7 @@ During the creation of the load balancer, you configure:
499499
| Protocol | Select **TCP**. |
500500
| Port | Enter **80**. |
501501
| Backend port | Enter **80**. |
502-
| Health probe | Select **Create new**. </br> In **Name**, enter **myHealthProbe-contoso**. </br> Select **TCP** in **Protocol**. </br> Leave the rest of the defaults, and select **OK**. |
502+
| Health probe | Select **Create new**.</br> In **Name**, enter **myHealthProbe-contoso**.</br> Select **TCP** in **Protocol**.</br> Leave the rest of the defaults, and select **OK**. |
503503
| Session persistence | Select **None**. |
504504
| Idle timeout (minutes) | Enter or select **15**. |
505505
| TCP reset | Select **Enabled**. |
@@ -521,7 +521,7 @@ During the creation of the load balancer, you configure:
521521
| Protocol | Select **TCP**. |
522522
| Port | Enter **80**. |
523523
| Backend port | Enter **80**. |
524-
| Health probe | Select **Create new**. </br> In **Name**, enter **myHealthProbe-fabrikam**. </br> Select **TCP** in **Protocol**. </br> Leave the rest of the defaults, and select **OK**. |
524+
| Health probe | Select **Create new**.</br> In **Name**, enter **myHealthProbe-fabrikam**.</br> Select **TCP** in **Protocol**.</br> Leave the rest of the defaults, and select **OK**. |
525525
| Session persistence | Select **None**. |
526526
| Idle timeout (minutes) | Enter or select **15**. |
527527
| TCP reset | Select **Enabled**. |

0 commit comments

Comments
 (0)