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
Copy file name to clipboardExpand all lines: articles/load-balancer/tutorial-cross-region-portal.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ author: mbender-ms
6
6
ms.author: mbender
7
7
ms.service: load-balancer
8
8
ms.topic: tutorial
9
-
ms.date: 12/27/2022
10
-
ms.custom: template-tutorial
9
+
ms.date: 01/22/2024
10
+
ms.custom: template-tutorial, references_regions
11
11
#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
@@ -38,7 +38,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
38
38
39
39
## Create cross-region load balancer
40
40
41
-
In this section, you'll create a
41
+
In this section, you create a
42
42
43
43
* Cross-region load balancer
44
44
* Frontend with a global public IP address
@@ -59,8 +59,8 @@ In this section, you'll create a
59
59
| Subscription | Select your subscription. |
60
60
| Resource group | Select **Create new** and enter **CreateCRLBTutorial-rg** in the text box. |
61
61
|**Instance details**||
62
-
| Name | Enter **myLoadBalancer-CR**|
63
-
| Region | Select **(US) West US**. |
62
+
| Name | Enter **myLoadBalancer-cr**|
63
+
| Region | Select **(US) East US**. |
64
64
| Type | Select **Public**. |
65
65
| SKU | Leave the default of **Standard**. |
66
66
| Tier | Select **Global**|
@@ -117,13 +117,13 @@ In this section, you'll create a
117
117
21. Select **Create** in the **Review + create** tab.
118
118
119
119
> [!NOTE]
120
-
> Cross region load-balancer can only be deployed in the following home regions: **East US 2, West US, West Europe, Southeast Asia, Central US, North Europe, East Asia**. For more information, see **https://aka.ms/homeregionforglb**.
120
+
> Cross region load-balancer can only be deployed in the following home regions: **East US 2, East US, East Europe, Southeast Asia, Central US, North Europe, East Asia**. For more information, see **https://aka.ms/homeregionforglb**.
121
121
122
122
## Test the load balancer
123
123
124
-
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.
124
+
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.
125
125
126
-
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**.
126
+
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**.
127
127
128
128
2. Copy the public IP address, and then paste it into the address bar of your browser. The default page of IIS Web server is displayed on the browser.
0 commit comments