Skip to content

Commit c775d1a

Browse files
author
Michael Bender
committed
finalized doc
1 parent 0c944ed commit c775d1a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using an ARM template takes fewer steps comparing to other deployment methods.
1818

1919
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2020

21-
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
21+
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template opens in the Azure portal.
2222

2323
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.network%2Fload-balancer-cross-region%2Fazuredeploy.json)
2424

@@ -33,12 +33,12 @@ In this tutorial, you learn how to:
3333

3434
- An Azure account with an active subscription. [Create an account for free]
3535
(https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
36-
- Access to Azure Portal
36+
- Access to Azure portal
3737
- An Azure Resource Group
3838
- An Azure Virtual Network and Subnet configured
3939

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

4444
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.compute/2-vms-internal-load-balancer/azuredeploy.json":::
@@ -77,25 +77,25 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
7777
| --- | --- |
7878
| Subscription | Select your subscription |
7979
| Resource group | Select your resource group or create a new resource group |
80-
| Region | Select the region where the resources will be deployed |
81-
| Project Name | Enter a project name that will be used to create unique resource names |
82-
| LocationCR | Select the location where the cross-region load balancer will be deployed |
83-
| Location-r1 | Select the region where the regional load balancer and VMs will be deployed |
84-
| Location-r2 | Select the region where the regional load balancer and VMs will be deployed |
80+
| Region | Select the deployment region for resources |
81+
| Project Name | Enter a project name used to create unique resource names |
82+
| LocationCR | Select the deployment region for the cross-region load balancer |
83+
| Location-r1 | Select the deployment region for the regional load balancer and VMs |
84+
| Location-r2 | Select the deployment region where the regional load balancer and VMs |
8585
| Admin Username | Enter a username for the virtual machines |
8686
| Admin Password | Enter a password for the virtual machines |
8787

8888

8989
1. Select **Review + create** to run template validation.
90-
1. If no errors are present, Review the terms of the template and click **Create**.
90+
1. If no errors are present, Review the terms of the template and select **Create**.
9191

9292
## Verify the deployment
9393

9494
1. If necessary, sign in to the [Azure portal](https://portal.azure.com).
9595
1. Select **Resource groups** from the left pane.
9696
1. Select the resource group used in the deployment. The default resource group name is the **project name** with **-rg** appended. For example, **crlb-learn-arm-rg**.
9797
1. Select the cross-region load balancer. Its default name is the project name with **-cr** appended. For example, **crlb-learn-arm-cr**.
98-
1. Copy only the IP address part of the public IP address, and then paste it into the address bar of your browser. The page will resolve to a default IIS Windows Server web page.
98+
1. Copy only the IP address part of the public IP address, and then paste it into the address bar of your browser. The page resolves to a default IIS Windows Server web page.
9999

100100
:::image type="content" source="media/tutorial-deploy-cross-region-load-balancer-template/default-web-page.png" alt-text="Screenshot of default IIS Windows Server web page in web browser.":::
101101

@@ -115,7 +115,7 @@ When you no longer need them, delete the:
115115
In this tutorial, you:
116116
- Created a cross region load balancer\
117117
- Created a regional load balancer
118-
- Created 3 virtual machines and linked them to the regional load balancer
118+
- Created three virtual machines and linked them to the regional load balancer
119119
- Configured the cross-region load balancer to work with the regional load balancer
120120
- Tested the cross-region load balancer.
121121

0 commit comments

Comments
 (0)