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
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.
22
22
23
23
[](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)
24
24
@@ -33,12 +33,12 @@ In this tutorial, you learn how to:
33
33
34
34
- An Azure account with an active subscription. [Create an account for free]
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.
42
42
The template used in this quickstart is from the [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/load-balancer-cross-region/).
@@ -77,25 +77,25 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
77
77
| --- | --- |
78
78
| Subscription | Select your subscription |
79
79
| 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 |
85
85
| Admin Username | Enter a username for the virtual machines |
86
86
| Admin Password | Enter a password for the virtual machines |
87
87
88
88
89
89
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**.
91
91
92
92
## Verify the deployment
93
93
94
94
1. If necessary, sign in to the [Azure portal](https://portal.azure.com).
95
95
1. Select **Resource groups** from the left pane.
96
96
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**.
97
97
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.
99
99
100
100
:::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.":::
101
101
@@ -115,7 +115,7 @@ When you no longer need them, delete the:
115
115
In this tutorial, you:
116
116
- Created a cross region load balancer\
117
117
- 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
119
119
- Configured the cross-region load balancer to work with the regional load balancer
0 commit comments