Skip to content

Commit f5f735a

Browse files
Merge pull request #244887 from greg-lindsay/atm-upd
Fix broken link and name update
2 parents 92adb0d + 25d68bb commit f5f735a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/traffic-manager/traffic-manager-create-rum-visual-studio.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Real User Measurements with Visual Studio Mobile Center - Azure Traffic Manager
3-
description: Set up your mobile application developed using Visual Studio Mobile Center to send Real User Measurements to Traffic Manager
2+
title: Real User Measurements with Visual Studio App Center - Azure Traffic Manager
3+
description: Set up your mobile application developed using Visual Studio App Center to send Real User Measurements to Traffic Manager
44
services: traffic-manager
55
documentationcenter: traffic-manager
66
author: greg-lindsay
77
ms.service: traffic-manager
88
ms.devlang: java
99
ms.topic: how-to
1010
ms.workload: infrastructure
11-
ms.date: 03/16/2018
11+
ms.date: 07/13/2023
1212
ms.author: greglin
1313
ms.custom: template-how-to, devx-track-java
1414
---
1515

16-
# How to send Real User Measurements to Traffic Manager with Visual Studio Mobile Center
16+
# How to send Real User Measurements to Traffic Manager with Visual Studio App Center
1717

18-
You can set up your mobile application developed using Visual Studio Mobile Center to send Real User Measurements to Traffic Manager by following the steps:
18+
You can set up your mobile application developed using Visual Studio App Center to send Real User Measurements to Traffic Manager by following the steps:
1919

2020
>[!NOTE]
2121
> Currently, sending Real User Measurements to Traffic manager is only supported for Android.
@@ -44,9 +44,9 @@ To obtain the RUM Key using Azure portal using the following procedure:
4444

4545
6. Click the **Copy** button to copy the RUM Key.
4646

47-
## Step 2: Instrument your app with the RUM package of Mobile Center SDK
47+
## Step 2: Instrument your app with the RUM package of App Center SDK
4848

49-
If you're new to Visual Studio Mobile Center, visit its [website](https://mobile.azure.com). For detailed instructions on SDK integration, see
49+
If you're new to Visual Studio App Center, visit its [website](https://mobile.azure.com). For detailed instructions on SDK integration, see
5050
[Getting Started with the Android SDK](/mobile-center/sdk/getting-started/Android).
5151

5252
To use Real User Measurements, complete the following procedure:
@@ -87,13 +87,13 @@ To use Real User Measurements, complete the following procedure:
8787
8888
```java
8989
RealUserMeasurements.setRumKey("<Your RUM Key>");
90-
MobileCenter.start(getApplication(), "<Your Mobile Center AppSecret>", RealUserMeasurements.class);
90+
MobileCenter.start(getApplication(), "<Your App Center AppSecret>", RealUserMeasurements.class);
9191
```
9292
9393
## Next steps
9494
- Learn more about [Real User Measurements](traffic-manager-rum-overview.md)
9595
- Learn [how Traffic Manager works](traffic-manager-overview.md)
96-
- Learn more about [Mobile Center](/mobile-center/)
97-
- [Sign up](https://mobile.azure.com) for Mobile Center
96+
- Learn more about [App Center](/appcenter)
97+
- [Set up](/appcenter/dashboard/#set-up-your-app-center-account) an App Center account
9898
- Learn more about the [traffic-routing methods](traffic-manager-routing-methods.md) supported by Traffic Manager
9999
- Learn how to [create a Traffic Manager profile](./quickstart-create-traffic-manager-profile.md)

0 commit comments

Comments
 (0)