|
1 | 1 | ---
|
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 |
4 | 4 | services: traffic-manager
|
5 | 5 | documentationcenter: traffic-manager
|
6 | 6 | author: greg-lindsay
|
7 | 7 | ms.service: traffic-manager
|
8 | 8 | ms.devlang: java
|
9 | 9 | ms.topic: how-to
|
10 | 10 | ms.workload: infrastructure
|
11 |
| -ms.date: 03/16/2018 |
| 11 | +ms.date: 07/13/2023 |
12 | 12 | ms.author: greglin
|
13 | 13 | ms.custom: template-how-to, devx-track-java
|
14 | 14 | ---
|
15 | 15 |
|
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 |
17 | 17 |
|
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: |
19 | 19 |
|
20 | 20 | >[!NOTE]
|
21 | 21 | > 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:
|
44 | 44 |
|
45 | 45 | 6. Click the **Copy** button to copy the RUM Key.
|
46 | 46 |
|
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 |
48 | 48 |
|
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 |
50 | 50 | [Getting Started with the Android SDK](/mobile-center/sdk/getting-started/Android).
|
51 | 51 |
|
52 | 52 | To use Real User Measurements, complete the following procedure:
|
@@ -87,13 +87,13 @@ To use Real User Measurements, complete the following procedure:
|
87 | 87 |
|
88 | 88 | ```java
|
89 | 89 | 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); |
91 | 91 | ```
|
92 | 92 |
|
93 | 93 | ## Next steps
|
94 | 94 | - Learn more about [Real User Measurements](traffic-manager-rum-overview.md)
|
95 | 95 | - 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 |
98 | 98 | - Learn more about the [traffic-routing methods](traffic-manager-routing-methods.md) supported by Traffic Manager
|
99 | 99 | - Learn how to [create a Traffic Manager profile](./quickstart-create-traffic-manager-profile.md)
|
0 commit comments