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: As a administrator, I want to deploy a cross-region load balancer for global high availability of my application or service.
12
12
---
13
13
14
-
# Tutorial: Create a cross-region Azure Load Balancer
14
+
# Tutorial: Create an Azure Global Load Balancer
15
15
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.
17
17
18
18
In this tutorial, you learn how to:
19
19
20
20
> [!div class="checklist"]
21
-
> * Create cross-region load balancer.
21
+
> * Create global load balancer.
22
22
> * Create a backend pool containing two regional load balancers.
23
23
> * Create a load balancer rule.
24
24
> * Test the load balancer.
@@ -56,9 +56,9 @@ If you choose to install and use PowerShell locally, this article requires the A
56
56
---
57
57
58
58
59
-
## Create cross-region load balancer
59
+
## Create global load balancer
60
60
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.
62
62
63
63
# [Azure portal](#tab/azureportal)
64
64
@@ -87,7 +87,7 @@ In this section, you create a cross-region load balancer with a public IP addres
87
87
| SKU | Leave the default of **Standard**. |
88
88
| Tier | Select **Global**|
89
89
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":::
91
91
92
92
5. Select **Next: Frontend IP configuration** at the bottom of the page.
93
93
@@ -160,7 +160,7 @@ Create a resource group with [az group create](/cli/azure/group#az-group-create)
160
160
161
161
### Create the cross-region load balancer resource
162
162
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):
0 commit comments