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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,17 +58,17 @@ If you choose to install and use PowerShell locally, this article requires the A
58
58
59
59
## Create cross-region 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, and a load balancer rule.
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.
62
62
63
63
# [Azure portal](#tab/azureportal)
64
64
65
-
66
65
> [!IMPORTANT]
67
66
> 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 the Azure portal](quickstart-load-balancer-standard-public-portal.md)**.
68
67
69
68
### Create the load balancer resource and other resources
70
69
71
70
1.[Sign in](https://portal.azure.com) to the Azure portal.
71
+
72
72
2. In the search box at the top of the portal, enter **Load balancer**. Select **Load balancer** in the search results.
73
73
74
74
3. In the **Load balancer** page, select **Create**.
@@ -97,7 +97,7 @@ In this section, you create a cross-region load balancer with a public IP addres
97
97
98
98
8. Select **IPv4** or **IPv6** for **IP version**.
99
99
100
-
9. In **Public IP address**, select **Create new**. Enter **myPublicIP-cr** in **Name**. Select **Save** for the Add Public IP Address Dialog.
100
+
9.In **Public IP address**, select **Create new**. Enter **myPublicIP-cr** in **Name**. Select **Save** for the Add Public IP Address Dialog.
101
101
102
102
10. Select **Save**.
103
103
@@ -113,11 +113,11 @@ In this section, you create a cross-region load balancer with a public IP addres
113
113
114
114
16. Select **Add**.
115
115
116
-
17. Select **Next: Inbound rules** at the bottom of the page.
116
+
18. Select **Next: Inbound rules** at the bottom of the page.
117
117
118
-
18. In **Inbound rules**, select **+ Add a load balancing rule**.
118
+
19. In **Inbound rules**, select **+ Add a load balancing rule**.
119
119
120
-
19. In **Add load balancing rule**, enter or select the following information:
120
+
20. In **Add load balancing rule**, enter or select the following information:
121
121
122
122
| Setting | Value |
123
123
| ------- | ----- |
@@ -132,11 +132,11 @@ In this section, you create a cross-region load balancer with a public IP addres
132
132
| TCP reset | Select **Enabled**. |
133
133
| Floating IP | Leave the default of **Disabled**. |
134
134
135
-
20. Select **Add**.
135
+
21. Select **Add**.
136
136
137
-
21. Select **Review + create** at the bottom of the page.
137
+
22. Select **Review + create** at the bottom of the page.
138
138
139
-
22. Select **Create** in the **Review + create** tab.
139
+
23. Select **Create** in the **Review + create** tab.
140
140
141
141
> [!NOTE]
142
142
> Cross region load-balancer deployment is listed to specific home Azure regions. For the current list, see [Home regions in Azure](cross-region-overview.md#home-regions-in-azure) for cross region load balancer.
0 commit comments