Skip to content

Commit 7967b5a

Browse files
committed
updates
1 parent fad2df6 commit 7967b5a

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

includes/load-balancer-multi-ip-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ms.custom: include file
1111
---
1212

13-
## Steps to load balance on multiple IP configurations
13+
## Load balance on multiple IP configurations
1414

1515
To achieve the scenario outlined in this article complete the following steps:
1616

@@ -101,6 +101,6 @@ To achieve the scenario outlined in this article complete the following steps:
101101
az vm create --resource-group contosofabrikam --name VM2 --location westcentralus --os-type linux --nic-names VM2Nic1,VM2Nic2 --vnet-name VNet1 --vnet-subnet-name Subnet1 --availability-set myAvailabilitySet --vm-size Standard_DS3_v2 --storage-account-name mystorageaccount2 --image-urn canonical:UbuntuServer:16.04.0-LTS:latest --admin-username <your username> --admin-password <your password>
102102
```
103103
104-
13. Finally, you must configure DNS resource records to point to the respective frontend IP address of the Load Balancer. You may host your domains in Azure DNS. For more information about using Azure DNS with Load Balancer, see [Using Azure DNS with other Azure services](/azure/dns/dns-for-azure-services)
104+
13. Finally, you must configure DNS resource records to point to the respective frontend IP address of the Load Balancer. You can host your domains in Azure DNS. For more information about using Azure DNS with Load Balancer, see [Using Azure DNS with other Azure services](/azure/dns/dns-for-azure-services)
105105
106106

includes/load-balancer-multi-ip-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,13 +376,13 @@ During the creation of the load balancer, you configure:
376376
| Setting | Value |
377377
| --- | --- |
378378
| **Project details** | |
379-
| Subscription | Select your subscription. |
379+
| Subscription | Select your subscription. |
380380
| Resource group | Select **load-balancer-rg**. |
381381
| **Instance details** | |
382382
| Name | Enter **myLoadBalancer** |
383-
| Region | Select **East US**. |
383+
| Region | Select **East US**. |
384384
| SKU | Leave the default **Standard**. |
385-
| Type | Select **Public**. |
385+
| Type | Select **Public**. |
386386
| Tier | Leave the default **Regional**. |
387387

388388
4. Select **Next: Frontend IP configuration**.
@@ -403,7 +403,7 @@ During the creation of the load balancer, you configure:
403403
>
404404
> For more information on IP prefixes, see [Azure Public IP address prefix](../virtual-network/ip-services/public-ip-address-prefix.md).
405405
>
406-
> In regions with [Availability Zones](../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json), 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](../reliability/availability-zones-overview.md).
406+
> In regions with [Availability Zones](../reliability/availability-zones-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json), you can select no-zone (default option), a specific zone, or zone-redundant. The choice depends 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](../reliability/availability-zones-overview.md).
407407

408408
7. Select **Add**.
409409

@@ -509,7 +509,7 @@ During the creation of the load balancer, you configure:
509509
32. Select **Create**.
510510

511511
> [!NOTE]
512-
> In this example we created a NAT gateway to provide outbound Internet access. The outbound rules tab in the configuration is bypassed as it's optional isn't needed with the NAT gateway. For more information on Azure NAT gateway, see [What is Azure Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md)
512+
> In this example, we created a NAT gateway to provide outbound Internet access. The outbound rules tab in the configuration is bypassed as it's optional and isn't needed with the NAT gateway. For more information on Azure NAT gateway, see [What is Azure Virtual Network NAT?](../virtual-network/nat-gateway/nat-overview.md)
513513
> For more information about outbound connections in Azure, see [Source Network Address Translation (SNAT) for outbound connections](../load-balancer/load-balancer-outbound-connections.md)
514514

515515
## Test load balancer
@@ -544,7 +544,7 @@ In this section, you discover the public IP address for each website. You enter
544544

545545
If you're not going to continue to use this application, delete the virtual machines and load balancer with the following steps:
546546

547-
1. In the search box at the top of the portal, enter **Resource group**. Select **Resource groups** in the search results.
547+
1. In the search box at the top of the portal, enter **Resource group**. Select **Resource groups** in the search results.
548548

549549
2. Select **load-balancer-rg** in **Resource groups**.
550550

includes/load-balancer-multi-ip-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
ms.custom: include file
1111
---
1212

13-
## Steps to load balance on multiple IP configurations
13+
## Load balance on multiple IP configurations
1414

1515
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
1616

17-
Follow the steps below to achieve the scenario outlined in this article:
18-
17+
Use the following steps to create a load balancer that can balance traffic across multiple IP configurations on a single virtual machine (VM) with Azure PowerShell. This example uses two VMs, but you can use this same process for any number of VMs.
18+
1919
1. Install Azure PowerShell. See [How to install and configure Azure PowerShell](/powershell/azure/) for information about installing the latest version of Azure PowerShell, selecting your subscription, and signing in to your account.
2020
2. Create a resource group using the following settings:
2121

@@ -53,7 +53,7 @@ Follow the steps below to achieve the scenario outlined in this article:
5353
5454
You don't need to associate the secondary IP configurations with public IPs in this tutorial. Edit the command to remove the public IP association part.
5555
56-
6. Complete steps 4 through 6 of this article again for VM2. Be sure to replace the VM name to VM2 when doing this. You don't need to create a virtual network for the second VM. You can create a new subnet based on your use case.
56+
6. Complete steps 4 through 6 again for VM2. Be sure to replace the VM name to `VM2` in code examples. You don't need to create a virtual network for the second VM. You can create a new subnet based on your use case.
5757
5858
7. Create two public IP addresses and store them in the appropriate variables as shown:
5959
@@ -100,7 +100,7 @@ Follow the steps below to achieve the scenario outlined in this article:
100100
Add-AzLoadBalancerRuleConfig -Name HTTP -LoadBalancer $mylb -FrontendIpConfiguration $frontendIP2 -BackendAddressPool $beaddresspool2 -Probe $healthProbe -Protocol Tcp -FrontendPort 80 -BackendPort 80 | Set-AzLoadBalancer
101101
```
102102
103-
12. The commands below get the NICs and then add both IP configurations of each secondary NIC to the backend address pool of the load balancer:
103+
12. The following commands get the NICs and then add both IP configurations of each secondary NIC to the backend address pool of the load balancer:
104104
105105
```powershell
106106
$nic1 = Get-AzNetworkInterface -Name "VM1-NIC2" -ResourceGroupName "MyResourcegroup";
@@ -117,5 +117,5 @@ Follow the steps below to achieve the scenario outlined in this article:
117117
$nic2 | Set-AzNetworkInterface
118118
```
119119
120-
13. Finally, you must configure DNS resource records to point to the respective frontend IP address of the Load Balancer. You may host your domains in Azure DNS. For more information about using Azure DNS with Load Balancer, see [Using Azure DNS with other Azure services](/azure/dns/dns-for-azure-services)
120+
13. Finally, you must configure DNS resource records to point to the respective frontend IP address of the Load Balancer. You can host your domains in Azure DNS. For more information about using Azure DNS with Load Balancer, see [Using Azure DNS with other Azure services](/azure/dns/dns-for-azure-services).
121121

0 commit comments

Comments
 (0)