Skip to content

Commit ea328ff

Browse files
author
Michael Bender
committed
finalized doc
1 parent 2ce27e7 commit ea328ff

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,23 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
9292
## Verify the deployment
9393

9494
1. Select **Resource groups** from the left pane.
95-
1. Select the resource group used for the deployment.
96-
1. Select the cross-region load balancer. It will be the load balancer ending in **-cr**.
95+
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**.
96+
1. Select the cross-region load balancer. It will be the load balancer ending in **-cr**. For example, **crlb-learn-arm-cr**.
9797
1. Note the public IP address of the cross-region load balancer listed under **Public IP address**.
9898
1. Enter the public IP address in your webbrowser. The page will resovlve to the 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

102+
103+
1. Sign in to the [Azure portal](https://portal.azure.com).
104+
105+
1. Select **Resource groups** from the left pane.
106+
107+
1.
108+
109+
1. Select the load balancer. Its default name is the project name with **-lb** appended.
110+
111+
1. Copy only the IP address part of the public IP address, and then paste it into the address bar of your browser.
102112
## Clean up resources
103113

104114
If you're not going to continue to use this application, delete

0 commit comments

Comments
 (0)