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-25Lines changed: 8 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You can use the Azure portal, Azure CLI, or Azure PowerShell to complete this tu
41
41
- Append the name of the load balancers and virtual machines in each region with a **-R1** and **-R2**.
42
42
- Azure CLI installed locally or Azure Cloud Shell.
43
43
44
-
If you choose to install and use the CLI locally, this quickstart requires Azure CLI version 2.0.28 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli).
44
+
If you choose to install and use the CLI locally, this quickstart requires Azure CLI version 2.0.28 or later. To find the version, run `az --version`. If you need to install or upgrade, see [Install the Azure CLI](/cli/azure/install-azure-cli). When running Azure CLI locally, you'll need to sign in with `az login` to create a connection with Azure.
45
45
46
46
# [Azure PowerShell](#tab/azurepowershell/)
47
47
@@ -55,22 +55,18 @@ If you choose to install and use PowerShell locally, this article requires the A
55
55
56
56
---
57
57
58
-
## Sign in to Azure portal
59
-
60
-
[Sign in](https://portal.azure.com) to the Azure portal.
61
58
62
59
## Create cross-region load balancer
63
60
64
-
In this section, you create a
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.
62
+
63
+
# [Azure portal](#tab/azureportal)
65
64
66
-
* Cross-region load balancer
67
-
* Frontend with a global public IP address
68
-
* Backend pool with two regional load balancers
69
65
70
66
> [!IMPORTANT]
71
67
> 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)**.
72
68
73
-
#[Azure portal](#tab/azureportal)
69
+
### Create the load balancer resource and other resources
74
70
75
71
1.[Sign in](https://portal.azure.com) to the Azure portal.
76
72
2. In the search box at the top of the portal, enter **Load balancer**. Select **Load balancer** in the search results.
@@ -147,21 +143,8 @@ In this section, you create a
147
143
148
144
# [Azure CLI](#tab/azurecli/)
149
145
150
-
### Sign in to Azure CLI
151
-
152
-
Sign in to Azure CLI:
153
-
154
-
```azurecli-interactive
155
-
az login
156
-
```
157
-
### Set resource variables
158
-
159
-
```azurecli-interactive
160
-
161
-
``````
162
-
## Create cross-region load balancer
163
-
164
-
In this section, you create a cross-region load balancer, public IP address, and load balancing rule.
146
+
> [!IMPORTANT]
147
+
> 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)**.
165
148
166
149
### Create a resource group
167
150
@@ -178,7 +161,7 @@ Create a resource group with [az group create](/cli/azure/group#az-group-create)
178
161
--location westus
179
162
```
180
163
181
-
### Create the load balancer resource
164
+
### Create the cross-region load balancer resource
182
165
183
166
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):
0 commit comments