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/traffic-manager/quickstart-create-traffic-manager-profile.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: traffic-manager
5
5
author: greg-lindsay
6
6
ms.author: greglin
7
7
manager: twooley
8
-
ms.date: 04/19/2021
8
+
ms.date: 07/18/2022
9
9
ms.topic: quickstart
10
10
ms.service: traffic-manager
11
11
ms.workload: infrastructure-services
@@ -40,13 +40,13 @@ For this quickstart, you'll need two instances of a web application deployed in
40
40
| Resource group | Select **Create new** and enter *myResourceGroupTM1* in the text box.|
41
41
| Name | Enter a unique **Name** for your web app. This example uses *myWebAppEastUS*. |
42
42
| Publish | Select **Code**. |
43
-
| Runtime stack | Select **ASP.NET V4.7**. |
43
+
| Runtime stack | Select **ASP.NET V4.8**. |
44
44
| Operating System | Select **Windows**. |
45
45
| Region | Select **East US**. |
46
46
| Windows Plan | Select **Create new** and enter *myAppServicePlanEastUS* in the text box. |
47
47
| Sku and size | Select **Standard S1 100 total ACU, 1.75-GB memory**. |
48
48
49
-
1. Select the **Monitoring** tab, or select **Next: Monitoring**. Under **Monitoring**, set **Application Insights** > **Enable Application Insights** to **No**.
49
+
1. Select the **Monitoring** tab, or select **Next** to the **Monitoring** tab. Under **Monitoring**, set **Application Insights > Enable Application Insights** to **No**.
50
50
51
51
1. Select **Review and create**.
52
52
@@ -93,7 +93,7 @@ Add the website in the *East US* as primary endpoint to route all the user traff
93
93
94
94
:::image type="content" source="./media/quickstart-create-traffic-manager-profile/add-traffic-manager-endpoint.png" alt-text="Screenshot of where you add an endpoint to your Traffic Manager profile.":::
95
95
96
-
1. Select **OK**.
96
+
1. Select **Add**.
97
97
1. To create a failover endpoint for your second Azure region, repeat steps 3 and 4 with these settings:
98
98
99
99
| Setting | Value |
@@ -104,7 +104,7 @@ Add the website in the *East US* as primary endpoint to route all the user traff
| Priority | Select **2**. All traffic goes to this failover endpoint if the primary endpoint is unhealthy. |
106
106
107
-
1. Select **OK**.
107
+
1. Select **Add**.
108
108
109
109
When you're done adding the two endpoints, they're displayed in **Traffic Manager profile**. Notice that their monitoring status is **Online** now.
110
110
@@ -140,7 +140,18 @@ The primary endpoint isn't available, so you were routed to the failover endpoin
140
140
141
141
## Clean up resources
142
142
143
-
When you're done, delete the resource groups, web applications, and all related resources. To do so, select each individual item from your dashboard and select **Delete** at the top of each page.
143
+
When you're done using the private link service, delete the resource group to clean up the resources used in this quickstart.
144
+
145
+
1. Enter **myResourceGroupTM1** in the search box at the top of the portal, and select **myResourceGroupTM1** from the search results.
146
+
147
+
1. Select **Delete resource group**.
148
+
149
+
1. In **TYPE THE RESOURCE GROUP NAME**, enter **myResourceGroupTM1**.
150
+
151
+
1. Select **Delete**.
152
+
153
+
1. Repeat steps 1-4 for the second resource group **myResourceGroupTM2**.
0 commit comments