Skip to content

Commit d8f6582

Browse files
author
Michael Bender
committed
styling updates
1 parent 1f05c39 commit d8f6582

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

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

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can use the Azure portal, Azure CLI, or Azure PowerShell to complete this tu
4141
- Append the name of the load balancers and virtual machines in each region with a **-R1** and **-R2**.
4242
- Azure CLI installed locally or Azure Cloud Shell.
4343

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.
4545

4646
# [Azure PowerShell](#tab/azurepowershell/)
4747

@@ -55,22 +55,18 @@ If you choose to install and use PowerShell locally, this article requires the A
5555

5656
---
5757

58-
## Sign in to Azure portal
59-
60-
[Sign in](https://portal.azure.com) to the Azure portal.
6158

6259
## Create cross-region load balancer
6360

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)
6564

66-
* Cross-region load balancer
67-
* Frontend with a global public IP address
68-
* Backend pool with two regional load balancers
6965

7066
> [!IMPORTANT]
7167
> 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)**.
7268
73-
# [Azure portal](#tab/azureportal)
69+
### Create the load balancer resource and other resources
7470

7571
1. [Sign in](https://portal.azure.com) to the Azure portal.
7672
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
147143
148144
# [Azure CLI](#tab/azurecli/)
149145

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)**.
165148
166149
### Create a resource group
167150

@@ -178,7 +161,7 @@ Create a resource group with [az group create](/cli/azure/group#az-group-create)
178161
--location westus
179162
```
180163

181-
### Create the load balancer resource
164+
### Create the cross-region load balancer resource
182165

183166
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):
184167

0 commit comments

Comments
 (0)