Skip to content

Commit 0c944ed

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

File tree

1 file changed

+10
-28
lines changed

1 file changed

+10
-28
lines changed

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

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -91,37 +91,24 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
9191

9292
## Verify the deployment
9393

94+
1. If necessary, sign in to the [Azure portal](https://portal.azure.com).
9495
1. Select **Resource groups** from the left pane.
9596
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**.
97-
1. Note the public IP address of the cross-region load balancer listed under **Public IP address**.
98-
1. Enter the public IP address in your webbrowser. The page will resovlve to the default IIS Windows Server web page.
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.
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.
112102
## Clean up resources
113103

114-
If you're not going to continue to use this application, delete
115-
<resources> with the following steps:
104+
When you no longer need them, delete the:
116105

117-
1. From the left-hand menu...
118-
1. ...click Delete, type...and then click Delete
106+
* Resource group
107+
* Load balancer
108+
* Related resources
119109

120-
<!-- 7. Next steps
121-
Required: A single link in the blue box format. Point to the next logical tutorial
122-
in a series, or, if there are no other tutorials, to some other cool thing the
123-
customer can do.
124-
-->
110+
1. Go to the Azure portal, select the resource group that contains the load balancer, and then select **Delete resource group**.
111+
1. Select **apply force delete for selected Virtual machines and Virtual machine scale sets**, enter the name of the resource group, and then select **Delete > Delete **.
125112

126113
## Next steps
127114

@@ -135,9 +122,4 @@ In this tutorial, you:
135122
Learn more about cross-region load balancer.
136123
Advance to the next article to learn how to create...
137124
> [!div class="nextstepaction"]
138-
> [Next steps button](contribute-how-to-mvc-tutorial.md)
139-
140-
<!--
141-
Remove all the comments in this template before you sign-off or merge to the
142-
main branch.
143-
-->
125+
> [Tutorial: Create a load balancer with more than one availability set in the backend pool](tutorial-multi-availability-sets-portal.md)

0 commit comments

Comments
 (0)