Skip to content

Commit 425a42a

Browse files
authored
load balancer | Maintenance | Update naming convention CRLB > Global LB
1 parent 7c8d628 commit 425a42a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -11,14 +11,14 @@ ms.custom: template-tutorial, references_regions
1111
#Customer intent: As a administrator, I want to deploy a cross-region 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

@@ -160,7 +160,7 @@ Create a resource group with [az group create](/cli/azure/group#az-group-create)
160160

161161
### Create the cross-region 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**.

0 commit comments

Comments
 (0)