Skip to content

Commit c8ed1f5

Browse files
authored
Remove unnecessary text and grammar issues
1 parent 0edaa8f commit c8ed1f5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/traffic-manager/traffic-manager-create-rum-web-pages.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ You can configure your web pages to send Real User Measurements to Traffic Manag
2222
The measurements you take and send to Traffic Manager from your client application gets identified by the service using a unique string, called the **Real User Measurements (RUM) Key**. You can get a RUM key by using the Azure portal, a REST API, PowerShell, or Azure CLI.
2323

2424
To obtain the RUM Key using Azure portal:
25-
1. From a browser, sign in to the Azure portal. If you don’t already have an account, you can sign up for a free one-month trial.
2625

27-
1. In the portal’s search bar, search for the Traffic Manager profile name that you want to modify, and then select the Traffic Manager profile in the results that the displayed.
26+
1. In the portal’s search bar, search for the Traffic Manager profile name that you want to modify, and then select the Traffic Manager profile in the results that are displayed.
2827

2928
1. In the Traffic Manager profile page, select **Real User Measurements** under **Settings**.
3029

@@ -34,7 +33,7 @@ To obtain the RUM Key using Azure portal:
3433

3534
**Figure 1: Real User Measurements Key Generation**
3635

37-
1. The page now displays the RUM Key generated and a JavaScript code snippet that needs to be embedded into your HTML page.
36+
1. The page now displays the generated RUM Key and a JavaScript code snippet that needs to be embedded into your HTML page.
3837

3938
:::image type="content" source="./media/traffic-manager-create-rum-web-pages/rum-javascript-code.png" alt-text="Screenshot of generated JavaScript code.":::
4039

@@ -43,11 +42,11 @@ To obtain the RUM Key using Azure portal:
4342
1. Select the **Copy** button to copy the JavaScript code.
4443

4544
> [!IMPORTANT]
46-
> Use the generated JavaScript for Real User Measurements feature to function properly. Any changes to this script or the scripts used by Real User Measurements can lead to unpredictable behavior.
45+
> Use the generated JavaScript for the Real User Measurements feature to function properly. Any changes to this script or the scripts used by Real User Measurements can lead to unpredictable behavior.
4746
4847
## Embed the code to an HTML web page
4948

50-
After you've obtained the RUM key, the next step is to embed this copied JavaScript into an HTML page that your end users visit. Editing HTML can be done in many ways and using different tools and workflows. This example shows how to update an HTML page to add this script. You can use this guidance to adapt it to your HTML source management workflow.
49+
After you've obtained the RUM key, the next step is to embed this copied JavaScript into an HTML page that your end users visit. This example shows how to update an HTML page to add this script. You can use this guidance to adapt it to your HTML source management workflow.
5150

5251
1. Open the HTML page in a text editor.
5352

@@ -59,7 +58,7 @@ After you've obtained the RUM key, the next step is to embed this copied JavaScr
5958

6059
1. Save the HTML file and host it on a webserver connected to the internet.
6160

62-
1. Next time this page will render on a web browser, the JavaScript referenced gets downloaded, and the script will execute the measurement and reporting operations.
61+
1. The next time that this page will render on a web browser, the JavaScript referenced gets downloaded, and the script will execute the measurement and reporting operations.
6362

6463
## Next steps
6564
- Learn more about [Real User Measurements](traffic-manager-rum-overview.md)

0 commit comments

Comments
 (0)