Skip to content

Commit b55fac1

Browse files
Merge pull request #294523 from mbender-ms/patch-926508
load balancer | Maintenance | Update naming convention CRLB > Global LB
2 parents 56a5695 + 72bc146 commit b55fac1

File tree

5 files changed

+87
-87
lines changed

5 files changed

+87
-87
lines changed

articles/load-balancer/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
href: tutorial-load-balancer-standard-public-zonal-portal.md
6161
- name: Load balance VMs with multiple availability sets
6262
href: tutorial-multi-availability-sets-portal.md
63-
- name: Cross-region load balancer
63+
- name: Globalload balancer
6464
items:
65-
- name: Create cross-region load balancer - Portal
65+
- name: Create global load balancer - Portal
6666
href: tutorial-cross-region-portal.md
67-
- name: Deploy cross-region load balancer - ARM template
67+
- name: Deploy global load balancer - ARM template
6868
href: tutorial-deploy-cross-region-load-balancer-template.md
6969
- name: Gateway load balancer
7070
items:
@@ -108,13 +108,13 @@
108108
href: load-balancer-custom-probe-overview.md
109109
- name: Cross-subscription load balancer
110110
href: cross-subscription-overview.md
111-
- name: Cross-region load balancer
111+
- name: Global load balancer
112112
href: cross-region-overview.md
113113
- name: Administrative state
114114
href: admin-state-overview.md
115115
- name: Reliability
116116
items:
117-
- name: Availability zones and cross-region load balancer
117+
- name: Availability zones and global load balancer
118118
href: ../reliability/reliability-load-balancer.md?toc=/azure/load-balancer/toc.json&bc=/azure/load-balancer/breadcrumb/toc.json
119119
- name: Availability zone migration
120120
href: ../reliability/migrate-load-balancer.md?toc=/azure/load-balancer/toc.json&bc=/azure/load-balancer/breadcrumb/toc.json

articles/load-balancer/cross-region-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Cross-region load balancer
2+
title: Global load balancer
33
titleSuffix: Azure Load Balancer
4-
description: Overview of cross region load balancer tier for Azure Load Balancer.
4+
description: Overview of global load balancer tier for Azure Load Balancer.
55
services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
@@ -13,7 +13,7 @@ ms.custom: references_regions
1313

1414
# Global Load Balancer
1515

16-
Azure Standard Load Balancer supports cross-region load balancing enabling geo-redundant high availability scenarios such as:
16+
Azure Standard Load Balancer supports global load balancing enabling geo-redundant high availability scenarios such as:
1717

1818
* Incoming traffic originating from multiple regions.
1919
* [Instant global failover](#regional-redundancy) to the next optimal regional deployment.

articles/load-balancer/tutorial-cross-region-portal.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: 'Tutorial: Create a cross-region load balancer'
2+
title: 'Tutorial: Create an Azure Global Load Balancer'
33
titleSuffix: Azure Load Balancer
4-
description: Get started with this tutorial deploying a cross-region Azure Load Balancer with the Azure portal, Azure CLI, or Azure PowerShell.
4+
description: Get started with this tutorial deploying a global Load Balancer with the Azure portal, Azure CLI, or Azure PowerShell.
55
author: mbender-ms
66
ms.author: mbender
77
ms.service: azure-load-balancer
88
ms.topic: tutorial
99
ms.date: 08/01/2024
1010
ms.custom: template-tutorial, references_regions
11-
#Customer intent: As a administrator, I want to deploy a cross-region load balancer for global high availability of my application or service.
11+
#Customer intent: As a administrator, I want to deploy a global load balancer for global high availability of my application or service.
1212
---
1313

14-
# Tutorial: Create a cross-region Azure Load Balancer
14+
# Tutorial: Create an Azure Global Load Balancer
1515

16-
A cross-region load balancer ensures a service is available globally across multiple Azure regions. If one region fails, the traffic is routed to the next closest healthy regional load balancer.
16+
A global load balancer ensures a service is available globally across multiple Azure regions. If one region fails, the traffic is routed to the next closest healthy regional load balancer.
1717

1818
In this tutorial, you learn how to:
1919

2020
> [!div class="checklist"]
21-
> * Create cross-region load balancer.
21+
> * Create global load balancer.
2222
> * Create a backend pool containing two regional load balancers.
2323
> * Create a load balancer rule.
2424
> * Test the load balancer.
@@ -56,9 +56,9 @@ If you choose to install and use PowerShell locally, this article requires the A
5656
---
5757

5858

59-
## Create cross-region load balancer
59+
## Create global load balancer
6060

61-
In this section, you create a cross-region load balancer with a public IP address, a frontend IP configuration, a backend pool with region load balancers added, and a load balancer rule.
61+
In this section, you create a global load balancer with a public IP address, a frontend IP configuration, a backend pool with region load balancers added, and a load balancer rule.
6262

6363
# [Azure portal](#tab/azureportal)
6464

@@ -87,7 +87,7 @@ In this section, you create a cross-region load balancer with a public IP addres
8787
| SKU | Leave the default of **Standard**. |
8888
| Tier | Select **Global** |
8989

90-
:::image type="content" source="./media/tutorial-cross-region-portal/create-cross-region.png" alt-text="Create a cross-region load balancer" border="true":::
90+
:::image type="content" source="./media/tutorial-cross-region-portal/create-cross-region.png" alt-text="Create a global load balancer" border="true":::
9191

9292
5. Select **Next: Frontend IP configuration** at the bottom of the page.
9393

@@ -158,9 +158,9 @@ Create a resource group with [az group create](/cli/azure/group#az-group-create)
158158
--location westus
159159
```
160160

161-
### Create the cross-region load balancer resource
161+
### Create the global load balancer resource
162162

163-
Create a cross-region load balancer with [az network cross-region-lb create](/cli/azure/network/cross-region-lb#az-network-cross-region-lb-create):
163+
Create a global load balancer with [az network cross-region-lb create](/cli/azure/network/cross-region-lb#az-network-cross-region-lb-create):
164164

165165
* Named **myLoadBalancer-CR**.
166166
* A frontend pool named **myFrontEnd-CR**.
@@ -203,18 +203,18 @@ Create a load balancer rule with [az network cross-region-lb rule create](/cli/a
203203

204204
## Create backend pool
205205

206-
In this section, you add two regional standard load balancers to the backend pool of the cross-region load balancer.
206+
In this section, you add two regional standard load balancers to the backend pool of the global load balancer.
207207

208208
> [!IMPORTANT]
209209
> 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)**.
210210
211211
### Add the regional frontends to load balancer
212212

213-
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.
213+
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 global load balancer.
214214

215215
Retrieve the resource IDs with [az network lb frontend-ip show](/cli/azure/network/lb/frontend-ip#az-network-lb-frontend-ip-show).
216216

217-
Use [az network cross-region-lb address-pool address add](/cli/azure/network/cross-region-lb/address-pool/address#az-network-cross-region-lb-address-pool-address-add) to add the frontends you placed in variables in the backend pool of the cross-region load balancer:
217+
Use [az network cross-region-lb address-pool address add](/cli/azure/network/cross-region-lb/address-pool/address#az-network-cross-region-lb-address-pool-address-add) to add the frontends you placed in variables in the backend pool of the global load balancer:
218218

219219
```azurecli-interactive
220220
region1id=$(az network lb frontend-ip show \
@@ -264,11 +264,11 @@ New-AzResourceGroup @rg
264264
265265
```
266266

267-
### Create cross-region load balancer resources
267+
### Create global load balancer resources
268268

269-
In this section, you create the resources needed for the cross-region load balancer.
269+
In this section, you create the resources needed for the global load balancer.
270270

271-
A global standard sku public IP is used for the frontend of the cross-region load balancer.
271+
A global standard sku public IP is used for the frontend of the global load balancer.
272272

273273
* Use [New-AzPublicIpAddress](/powershell/module/az.network/new-azpublicipaddress) to create the public IP address.
274274

@@ -278,7 +278,7 @@ A global standard sku public IP is used for the frontend of the cross-region loa
278278

279279
* Create a load balancer rule with [Add-AzLoadBalancerRuleConfig](/powershell/module/az.network/add-azloadbalancerruleconfig).
280280

281-
* Create a cross-region load Balancer with [New-AzLoadBalancer](/powershell/module/az.network/new-azloadbalancer).
281+
* Create a global load Balancer with [New-AzLoadBalancer](/powershell/module/az.network/new-azloadbalancer).
282282

283283
```azurepowershell-interactive
284284
`## Create global IP address for load balancer ##
@@ -316,7 +316,7 @@ $rul = @{
316316
}
317317
$rule = New-AzLoadBalancerRuleConfig @rul
318318
319-
## Create cross-region load balancer resource ##
319+
## Create global load balancer resource ##
320320
$lbp = @{
321321
ResourceGroupName = 'myResourceGroupLB-CR'
322322
Name = 'myLoadBalancer-CR'
@@ -332,7 +332,7 @@ $lb = New-AzLoadBalancer @lbp`
332332

333333
## Configure backend pool
334334

335-
In this section, you add two regional standard load balancers to the backend pool of the cross-region load balancer.
335+
In this section, you add two regional standard load balancers to the backend pool of the global load balancer.
336336

337337
> [!IMPORTANT]
338338
> 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)**.
@@ -341,7 +341,7 @@ In this section, you add two regional standard load balancers to the backend poo
341341

342342
* Use [New-AzLoadBalancerBackendAddressConfig](/powershell/module/az.network/new-azloadbalancerbackendaddressconfig) to create the backend address pool configuration for the load balancer.
343343

344-
* Use [Set-AzLoadBalancerBackendAddressPool](/powershell/module/az.network/new-azloadbalancerbackendaddresspool) to add the regional load balancer frontend to the cross-region backend pool.
344+
* Use [Set-AzLoadBalancerBackendAddressPool](/powershell/module/az.network/new-azloadbalancerbackendaddresspool) to add the regional load balancer frontend to the global backend pool.
345345

346346
```azurepowershell-interactive
347347
## Place the region one load balancer configuration in a variable ##
@@ -372,21 +372,21 @@ $region2fe = @{
372372
}
373373
$R2FE = Get-AzLoadBalancerFrontendIpConfig @region2fe
374374
375-
## Create the cross-region backend address pool configuration for region 1 ##
375+
## Create the global backend address pool configuration for region 1 ##
376376
$region1ap = @{
377377
Name = 'MyBackendPoolConfig-R1'
378378
LoadBalancerFrontendIPConfigurationId = $R1FE.Id
379379
}
380380
$beaddressconfigR1 = New-AzLoadBalancerBackendAddressConfig @region1ap
381381
382-
## Create the cross-region backend address pool configuration for region 2 ##
382+
## Create the global backend address pool configuration for region 2 ##
383383
$region2ap = @{
384384
Name = 'MyBackendPoolConfig-R2'
385385
LoadBalancerFrontendIPConfigurationId = $R2FE.Id
386386
}
387387
$beaddressconfigR2 = New-AzLoadBalancerBackendAddressConfig @region2ap
388388
389-
## Apply the backend address pool configuration for the cross-region load balancer ##
389+
## Apply the backend address pool configuration for the global load balancer ##
390390
$bepoolcr = @{
391391
ResourceGroupName = 'myResourceGroupLB-CR'
392392
LoadBalancerName = 'myLoadBalancer-CR'
@@ -402,7 +402,7 @@ Set-AzLoadBalancerBackendAddressPool @bepoolcr
402402
## Test the load balancer
403403

404404
# [Azure portal](#tab/azureportal)
405-
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.
405+
In this section, you test the global 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.
406406

407407
1. Find the public IP address for the load balancer on the **Overview** screen. Select **All services** in the left-hand menu, select **All resources**, and then select **myPublicIP-cr**.
408408

@@ -418,7 +418,7 @@ In this section, you test the cross-region load balancer. You connect to the pub
418418

419419
# [Azure CLI](#tab/azurecli/)
420420

421-
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.
421+
In this section, you test the global 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.
422422

423423
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):
424424

@@ -437,7 +437,7 @@ In this section, you test the cross-region load balancer. You connect to the pub
437437
438438
# [Azure PowerShell](#tab/azurepowershell/)
439439
440-
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.
440+
In this section, you test the global 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.
441441
442442
1. Use [Get-AzPublicIpAddress](/powershell/module/az.network/get-azpublicipaddress) to get the public IP address of the load balancer:
443443
@@ -487,11 +487,11 @@ Remove-AzResourceGroup -Name 'myResourceGroupLB-CR'
487487

488488
In this tutorial, you:
489489

490-
* Created a cross-region load balancer.
491-
* Added regional load balancers to the backend pool of the cross-region load balancer.
490+
* Created a global load balancer.
491+
* Added regional load balancers to the backend pool of the global load balancer.
492492
* Created a load-balancing rule.
493493
* Tested the load balancer.
494494

495-
For more information on cross-region load balancer, see:
495+
For more information on global load balancer, see:
496496
> [!div class="nextstepaction"]
497-
> [Cross-region load balancer (Preview)](cross-region-overview.md)
497+
> [Global load balancer](cross-region-overview.md)

articles/load-balancer/tutorial-deploy-cross-region-load-balancer-template.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Deploy a cross-region load balancer with Azure Resource Manager templates | Microsoft Docs
3-
description: Deploy a cross-region load balancer with Azure Resource Manager templates
2+
title: Deploy a global load balancer with Azure Resource Manager templates | Microsoft Docs
3+
description: Deploy a global load balancer with Azure Resource Manager templates
44
author: mbender-ms
55
ms.author: mbender
66
ms.service: azure-load-balancer
77
ms.topic: tutorial
88
ms.date: 07/22/2024
99
ms.custom: template-tutorial, devx-track-arm-template
10-
#Customer intent: As a administrator, I want to deploy a cross-region load balancer for global high availability of my application or service.
10+
#Customer intent: As a administrator, I want to deploy a global load balancer for global high availability of my application or service.
1111
---
1212

13-
# Tutorial: Deploy a cross-region load balancer with Azure Resource Manager templates
13+
# Tutorial: Deploy a global load balancer with Azure Resource Manager templates
1414

15-
A cross-region load balancer ensures a service is available globally across multiple Azure regions. If one region fails, the traffic is routed to the next closest healthy regional load balancer.
15+
A global load balancer ensures a service is available globally across multiple Azure regions. If one region fails, the traffic is routed to the next closest healthy regional load balancer.
1616

1717
Using an ARM template takes fewer steps comparing to other deployment methods.
1818

@@ -34,16 +34,16 @@ In this tutorial, you learn how to:
3434
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) and access to the Azure portal.
3535

3636
## Review the template
37-
In this section, you review the template and the parameters that are used to deploy the cross-region load balancer.
37+
In this section, you review the template and the parameters that are used to deploy the global load balancer.
3838
The template used in this quickstart is from the [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/load-balancer-cross-region/).
3939

4040
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.compute/2-vms-internal-load-balancer/azuredeploy.json":::
4141

4242
> [!NOTE]
43-
> When you create a standard load balancer, you must also create a new standard public IP address that is configured as the frontend for the standard load balancer. Also, the Load balancers and public IP SKUs must match. In our case, we will create two standard public IP addresses, one for the regional level load balancer and another for the cross-region load balancer.
43+
> When you create a standard load balancer, you must also create a new standard public IP address that is configured as the frontend for the standard load balancer. Also, the Load balancers and public IP SKUs must match. In our case, we will create two standard public IP addresses, one for the regional level load balancer and another for the global load balancer.
4444
4545
Multiple Azure resources have been defined in the template:
46-
- [**Microsoft.Network/loadBalancers**](/azure/templates/microsoft.network/loadBalancers):Regional and cross-region load balancers.
46+
- [**Microsoft.Network/loadBalancers**](/azure/templates/microsoft.network/loadBalancers):Regional and global load balancers.
4747

4848
- [**Microsoft.Network/publicIPAddresses**](/azure/templates/microsoft.network/publicipaddresses): for the load balancer, bastion host, and for each of the virtual machines.
4949
- [**Microsoft.Network/bastionHosts**](/azure/templates/microsoft.network/bastionhosts)
@@ -96,7 +96,7 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
9696
1. If necessary, sign in to the [Azure portal](https://portal.azure.com).
9797
1. Select **Resource groups** from the left pane.
9898
1. Select the resource group used in the deployment. The default resource group name is the **project name** with **-rg** appended. For example, **crlb-learn-arm-rg**.
99-
1. Select the cross-region load balancer. Its default name is the project name with **-cr** appended. For example, **crlb-learn-arm-cr**.
99+
1. Select the global load balancer. Its default name is the project name with **-cr** appended. For example, **crlb-learn-arm-cr**.
100100
1. Copy only the IP address part of the public IP address, and then paste it into the address bar of your browser. The page resolves to a default IIS Windows Server web page.
101101

102102
:::image type="content" source="media/tutorial-deploy-cross-region-load-balancer-template/default-web-page.png" alt-text="Screenshot of default IIS Windows Server web page in web browser.":::
@@ -118,8 +118,8 @@ In this tutorial, you:
118118
- Created a cross region load balancer\
119119
- Created a regional load balancer
120120
- Created three virtual machines and linked them to the regional load balancer
121-
- Configured the cross-region load balancer to work with the regional load balancer
122-
- Tested the cross-region load balancer.
121+
- Configured the global load balancer to work with the regional load balancer
122+
- Tested the global load balancer.
123123

124124
Learn more about cross-region load balancer.
125125
Advance to the next article to learn how to create...

0 commit comments

Comments
 (0)