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
Copy file name to clipboardExpand all lines: articles/load-balancer/tutorial-deploy-cross-region-load-balancer-template.md
+10-28Lines changed: 10 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,37 +91,24 @@ To find more templates that are related to Azure Load Balancer, see [Azure Quick
91
91
92
92
## Verify the deployment
93
93
94
+
1. If necessary, sign in to the [Azure portal](https://portal.azure.com).
94
95
1. Select **Resource groups** from the left pane.
95
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**.
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.
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
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.
112
102
## Clean up resources
113
103
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:
116
105
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
119
109
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 **.
125
112
126
113
## Next steps
127
114
@@ -135,9 +122,4 @@ In this tutorial, you:
135
122
Learn more about cross-region load balancer.
136
123
Advance to the next article to learn how to create...
0 commit comments