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/azure-monitor/learn/mobile-center-quickstart.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application-insights
5
5
keywords:
6
6
author: mrbullwinkle
7
7
ms.author: mbullwin
8
-
ms.date: 04/22/2019
8
+
ms.date: 06/26/2019
9
9
ms.service: application-insights
10
10
ms.reviewer: daviste
11
11
ms.custom: mvc
@@ -63,17 +63,17 @@ To make sure your custom events are being received, go to the **Events** tab und
63
63
Once your app is sending custom events and these events are being received by App Center, you need to create an App Center-type Application Insights resource in the Azure portal:
64
64
65
65
1. Sign in to the [Azure portal](https://portal.azure.com/).
> If this is your first time creating an Application Insights resource you can learn more by visiting the [Create an Application Insights Resource](https://docs.microsoft.com/azure/azure-monitor/app/create-new-resource) doc.
69
70
70
71
A configuration box will appear. Use the table below to fill out the input fields.
71
72
72
73
| Settings | Value | Description |
73
74
| ------------- |:-------------|:-----|
74
75
|**Name**| Some globally unique value, like "myApp-iOS" | Name that identifies the app you are monitoring |
75
-
|**Application Type**| App Center application | Type of app you are monitoring |
76
-
|**Resource Group**| A new resource group, or an existing one from the menu | The resource group in which to create the new Application Insights resource |
76
+
|**Resource Group**| A new resource group, or an existing one from the menu | The resource group in which to create the new Application Insights resource |
77
77
|**Location**| A location from the menu | Choose a location near you, or near where your app is hosted |
78
78
79
79
3. Click **Create**.
@@ -84,9 +84,7 @@ If your app supports multiple platforms (iOS, Android, etc.), it's best to creat
84
84
85
85
In your new Application Insights resource on the **Overview** page. Copy the instrumentation key from your resource.
86
86
87
-

88
-
89
-
In the App Center instance for your app:
87
+
In the [App Center](https://appcenter.ms/) instance for your app:
90
88
91
89
1. On the **Settings** page, click **Export**.
92
90
2. Choose **New Export**, pick **Application Insights**, then click **Customize**.
@@ -103,13 +101,11 @@ To give you more data when you first connect, the most recent 48 hours of custom
103
101
104
102
Application Insights can query, segment, filter, and analyze the custom event telemetry from your apps, beyond the analytics tools App Center provides.
105
103
106
-
1.**Query your custom event telemetry.** From the Application Insights **Overview** page, choose **Analytics**.
107
-
108
-

104
+
1.**Query your custom event telemetry.** From the Application Insights **Overview** page, choose **Logs (Analytics)**.
109
105
110
-
The Application Insights Analytics portal associated with your Application Insights resource will open. The Analytics portal lets you directly query your data using the Log Analytics query language, so you can ask arbitrarily complex questions about your app and its users.
106
+
The Application Insights Logs (Analytics) portal associated with your Application Insights resource will open. The Logs (Analytics) portal lets you directly query your data using the Log Analytics query language, so you can ask arbitrarily complex questions about your app and its users.
111
107
112
-
Open a new tab in the Analytics portal, then paste in the following query. It returns a count of how many distinct users have sent each custom event from your app in the last 24 hours, sorted by these distinct counts.
108
+
Open a new tab in the Logs (Analytics) portal, then paste in the following query. It returns a count of how many distinct users have sent each custom event from your app in the last 24 hours, sorted by these distinct counts.
113
109
114
110
```AIQL
115
111
customEvents
@@ -118,7 +114,7 @@ Application Insights can query, segment, filter, and analyze the custom event te
0 commit comments