Skip to content

Commit d851cf0

Browse files
author
Michael Bender
committed
updates from Mahip
1 parent c775d1a commit d851cf0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/load-balancer/tutorial-deploy-cross-region-load-balancer-template.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,14 @@ In this tutorial, you learn how to:
3232
## Prerequisites
3333

3434
- An Azure account with an active subscription. [Create an account for free]
35-
(https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
36-
- Access to Azure portal
37-
- An Azure Resource Group
38-
- An Azure Virtual Network and Subnet configured
35+
(https://azure.microsoft.com/free/?WT.mc_id=A261C142F) and access to the Azure portal.
3936

4037
## Review the template
4138
In this section, you review the template and the parameters that are used to deploy the cross-region load balancer.
4239
The template used in this quickstart is from the [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/load-balancer-cross-region/).
4340

4441
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.compute/2-vms-internal-load-balancer/azuredeploy.json":::
45-
1. Sign in to the [<service> portal](url).
42+
4643
> [!NOTE]
4744
> When you create a standard load balancer, you must also create a new standard public IP address that is configured as the frontend for the standard load balancer. Also, the Load balancers and public IP SKUs must match. In our case, we will create two standard public IP addresses, one for the regional level load balancer and another for the cross-region load balancer.
4845
@@ -65,7 +62,7 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
6562

6663
## Deploy the template
6764

68-
1. Sign in to theAzure portal.
65+
1. Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.com).
6966
1. Enter and select **Deploy a custom template** in the search bar
7067
1. In the **Custom deployment** page, enter **load-balancer-cross-region** in the **Quickstart template** textbox and select **quickstarts/microsoft.network/load-balancer-cross-region**.
7168

0 commit comments

Comments
 (0)