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
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)
Copy file name to clipboardExpand all lines: includes/load-balancer-multi-ip-portal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -376,13 +376,13 @@ During the creation of the load balancer, you configure:
376
376
| Setting | Value |
377
377
| --- | --- |
378
378
| **Project details** | |
379
-
| Subscription | Select your subscription. |
379
+
| Subscription | Select your subscription. |
380
380
| Resource group | Select **load-balancer-rg**. |
381
381
| **Instance details** | |
382
382
| Name | Enter **myLoadBalancer** |
383
-
| Region | Select **East US**. |
383
+
| Region | Select **East US**. |
384
384
| SKU | Leave the default **Standard**. |
385
-
| Type | Select **Public**. |
385
+
| Type | Select **Public**. |
386
386
| Tier | Leave the default **Regional**. |
387
387
388
388
4. Select **Next: Frontend IP configuration**.
@@ -403,7 +403,7 @@ During the creation of the load balancer, you configure:
403
403
>
404
404
> For more information on IP prefixes, see [Azure Public IP address prefix](../virtual-network/ip-services/public-ip-address-prefix.md).
405
405
>
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).
407
407
408
408
7. Select **Add**.
409
409
@@ -509,7 +509,7 @@ During the creation of the load balancer, you configure:
509
509
32. Select **Create**.
510
510
511
511
> [!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)
513
513
> For more information about outbound connections in Azure, see [Source Network Address Translation (SNAT) for outbound connections](../load-balancer/load-balancer-outbound-connections.md)
514
514
515
515
## Test load balancer
@@ -544,7 +544,7 @@ In this section, you discover the public IP address for each website. You enter
544
544
545
545
If you're not going to continue to use this application, delete the virtual machines and load balancer with the following steps:
546
546
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.
548
548
549
549
2. Select **load-balancer-rg** in **Resource groups**.
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
+
19
19
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.
20
20
2. Create a resource group using the following settings:
21
21
@@ -53,7 +53,7 @@ Follow the steps below to achieve the scenario outlined in this article:
53
53
54
54
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.
55
55
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.
57
57
58
58
7. Create two public IP addresses and store them in the appropriate variables as shown:
59
59
@@ -100,7 +100,7 @@ Follow the steps below to achieve the scenario outlined in this article:
@@ -117,5 +117,5 @@ Follow the steps below to achieve the scenario outlined in this article:
117
117
$nic2 | Set-AzNetworkInterface
118
118
```
119
119
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).
0 commit comments