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
#Customer intent: I want to create a load balancer so that I can load balance internal traffic to VMs.
12
12
---
13
13
14
-
# Quickstart: Create an internal load balancer to load balance VMs using Azure PowerShell
14
+
# Quickstart: Create an internal load balancer to load balance virtual machines using Azure PowerShell
15
15
16
-
Get started with Azure Load Balancer by using Azure PowerShell to create an internal load balancer and two virtual machines.Additional resources include Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
16
+
Get started with Azure Load Balancer creating an internal load balancer and two virtual machines with Azure PowerShell. Also, you deploy other resources including Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
17
17
18
18
:::image type="content" source="media/quickstart-load-balancer-standard-internal-portal/internal-load-balancer-resources.png" alt-text="Diagram of resources deployed for internal load balancer." lightbox="media/quickstart-load-balancer-standard-internal-portal/internal-load-balancer-resources.png":::
19
19
@@ -32,7 +32,11 @@ An Azure resource group is a logical container into which Azure resources are de
32
32
Create a resource group with [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup).
@@ -491,7 +495,7 @@ To see the load balancer distribute traffic across all three VMs, you can force-
491
495
When no longer needed, you can use the [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) command to remove the resource group, load balancer, and the remaining resources.
# Quickstart: Create a public load balancer to load balance VMs using Azure PowerShell
15
15
16
-
Get started with Azure Load Balancer by using Azure PowerShell to create a public load balancer and two virtual machines. Other resources include Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
16
+
Get started with Azure Load Balancer by using Azure PowerShell to create a public load balancer and two virtual machines. Also, you deploy other resources including Azure Bastion, NAT Gateway, a virtual network, and the required subnets.
17
17
18
18
:::image type="content" source="media/quickstart-load-balancer-standard-public-portal/public-load-balancer-resources.png" alt-text="Diagram of resources deployed for a standard public load balancer." lightbox="media/quickstart-load-balancer-standard-public-portal/public-load-balancer-resources.png":::
#Customer intent: As a administrator, I want to deploy a cross-region load balancer for global high availability of my application or service.
@@ -50,7 +50,7 @@ az login
50
50
``````
51
51
## Create cross-region load balancer
52
52
53
-
In this section, you'll create a cross-region load balancer, public IP address, and load balancing rule.
53
+
In this section, you create a cross-region load balancer, public IP address, and load balancing rule.
54
54
55
55
### Create a resource group
56
56
@@ -112,14 +112,14 @@ Create a load balancer rule with [az network cross-region-lb rule create](/cli/a
112
112
113
113
## Create backend pool
114
114
115
-
In this section, you'll add two regional standard load balancers to the backend pool of the cross-region load balancer.
115
+
In this section, you add two regional standard load balancers to the backend pool of the cross-region load balancer.
116
116
117
117
> [!IMPORTANT]
118
118
> To complete these steps, ensure that two regional load balancers with backend pools have been deployed in your subscription. For more information, see, **[Quickstart: Create a public load balancer to load balance VMs using Azure CLI](quickstart-load-balancer-standard-public-cli.md)**.
119
119
120
120
### Add the regional frontends to load balancer
121
121
122
-
In this section, you'll place the resource IDs of two regional load balancers frontends into variables. You'll then use the variables to add the frontends to the backend address pool of the cross-region load balancer.
122
+
In this section, you place the resource IDs of two regional load balancers frontends into variables, and then use the variables to add the frontends to the backend address pool of the cross-region load balancer.
123
123
124
124
Retrieve the resource IDs with [az network lb frontend-ip show](/cli/azure/network/lb/frontend-ip#az-network-lb-frontend-ip-show).
In this section, you'll test the cross-region load balancer. You'll connect to the public IP address in a web browser. You'll stop the virtual machines in one of the regional load balancer backend pools and observe the failover.
160
+
In this section, you test the cross-region load balancer. You connect to the public IP address in a web browser. You stop the virtual machines in one of the regional load balancer backend pools and observe the failover.
161
161
162
162
1. To get the public IP address of the load balancer, use [az network public-ip show](/cli/azure/network/public-ip#az-network-public-ip-show):
#Customer intent: As a administrator, I want to deploy a cross-region load balancer for global high availability of my application or service.
@@ -31,7 +31,6 @@ If you don’t have an Azure subscription, create a [free account](https://azure
31
31
- An Azure subscription.
32
32
- Two **standard** sku Azure Load Balancers with backend pools deployed in two different Azure regions.
33
33
- For information on creating a regional standard load balancer and virtual machines for backend pools, see [Quickstart: Create a public load balancer to load balance VMs using Azure PowerShell](quickstart-load-balancer-standard-public-powershell.md).
34
-
- Append the name of the load balancers and virtual machines in each region with a **-R1** and **-R2**.
35
34
- Azure PowerShell installed locally or Azure Cloud Shell.
36
35
37
36
@@ -58,7 +57,7 @@ New-AzResourceGroup @rg
58
57
59
58
### Create cross-region load balancer resources
60
59
61
-
In this section, you'll create the resources needed for the cross-region load balancer.
60
+
In this section, you create the resources needed for the cross-region load balancer.
62
61
63
62
A global standard sku public IP is used for the frontend of the cross-region load balancer.
In this section, you'll add two regional standard load balancers to the backend pool of the cross-region load balancer.
126
+
In this section, you add two regional standard load balancers to the backend pool of the cross-region load balancer.
128
127
129
128
> [!IMPORTANT]
130
129
> To complete these steps, ensure that two regional load balancers with backend pools have been deployed in your subscription. For more information, see, **[Quickstart: Create a public load balancer to load balance VMs using Azure PowerShell](quickstart-load-balancer-standard-public-powershell.md)**.
In this section, you'll test the cross-region load balancer. You'll connect to the public IP address in a web browser. You'll stop the virtual machines in one of the regional load balancer backend pools and observe the failover.
193
+
In this section, you test the cross-region load balancer. You connect to the public IP address in a web browser. You stop the virtual machines in one of the regional load balancer backend pools and observe the failover.
195
194
196
195
1. Use [Get-AzPublicIpAddress](/powershell/module/az.network/get-azpublicipaddress) to get the public IP address of the load balancer:
0 commit comments