Skip to content

Commit a676e9e

Browse files
authored
Merge pull request #80755 from lgayhardt/0619appinsightsmobileqs
App Insights- Goodbye create a resource screenshot: Mobile Center qs
2 parents 22ad64b + 71ed591 commit a676e9e

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

articles/azure-monitor/learn/mobile-center-quickstart.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-insights
55
keywords:
66
author: mrbullwinkle
77
ms.author: mbullwin
8-
ms.date: 04/22/2019
8+
ms.date: 06/26/2019
99
ms.service: application-insights
1010
ms.reviewer: daviste
1111
ms.custom: mvc
@@ -63,17 +63,17 @@ To make sure your custom events are being received, go to the **Events** tab und
6363
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:
6464

6565
1. Sign in to the [Azure portal](https://portal.azure.com/).
66-
2. Select **Create a resource** > **Management Tools** > **Application Insights**.
66+
2. Select **Create a resource** > **Developer tools** > **Application Insights**.
6767

68-
![Adding Application Insights resource](./media/mobile-center-quickstart/add-b.png)
68+
> [!NOTE]
69+
> 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.
6970
7071
A configuration box will appear. Use the table below to fill out the input fields.
7172

7273
| Settings | Value | Description |
7374
| ------------- |:-------------|:-----|
7475
| **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 |
7777
| **Location** | A location from the menu | Choose a location near you, or near where your app is hosted |
7878

7979
3. Click **Create**.
@@ -84,9 +84,7 @@ If your app supports multiple platforms (iOS, Android, etc.), it's best to creat
8484

8585
In your new Application Insights resource on the **Overview** page. Copy the instrumentation key from your resource.
8686

87-
![Analytics button in Application Insights](./media/mobile-center-quickstart/overview-01.png)
88-
89-
In the App Center instance for your app:
87+
In the [App Center](https://appcenter.ms/) instance for your app:
9088

9189
1. On the **Settings** page, click **Export**.
9290
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
103101

104102
Application Insights can query, segment, filter, and analyze the custom event telemetry from your apps, beyond the analytics tools App Center provides.
105103

106-
1. **Query your custom event telemetry.** From the Application Insights **Overview** page, choose **Analytics**.
107-
108-
![Analytics button in Application Insights](./media/mobile-center-quickstart/analytics-001.png)
104+
1. **Query your custom event telemetry.** From the Application Insights **Overview** page, choose **Logs (Analytics)**.
109105

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.
111107

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.
113109

114110
```AIQL
115111
customEvents
@@ -118,7 +114,7 @@ Application Insights can query, segment, filter, and analyze the custom event te
118114
| order by dcount_user_Id desc
119115
```
120116

121-
![Analytics portal](./media/mobile-center-quickstart/analytics-portal-001.png)
117+
![Logs (Analytics) portal](./media/mobile-center-quickstart/analytics-portal-001.png)
122118

123119
1. Select the query by clicking anywhere on the query in the text editor.
124120
2. Then click **Go** to run the query.

0 commit comments

Comments
 (0)